declare const hashBcrypt: (plain: string, saltRounds?: number) => Promise; export default hashBcrypt;