export declare function hashPassword(password: string): Promise; export declare function hashPasswordBytes(password: string): Promise; //# sourceMappingURL=hashPassword.d.ts.map