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