export declare function hashPassword(password: string): Promise; export declare function verifyPassword(password: string, hash: string): Promise;