export declare const bcryptPassword: (password: string) => Promise; export declare const verifyPassword: (password: string, hash: string) => Promise;