export declare class BcryptUtil { static hash(password: string): string; static compare(password: string, hashedPassword: string): boolean; }