declare let hashPassword: (password: string) => Promise; export { hashPassword };