export declare function hashPassword(password: string, saltRounds?: number): Promise; export declare function verifyPassword(password: string, hash: string): Promise; //# sourceMappingURL=password.d.ts.map