export declare const haveIbeenPawned: (password: string) => Promise; export declare function hashPassword(password: string): Promise; export declare function verifyPasswordHash(hash: string, password: string): Promise; //# sourceMappingURL=password.d.ts.map