declare module "lib/utils/bcrypt" {
const compareSync: any;
const genSaltSync: any;
const hashSync: any;
}