declare const compareBcrypt: (plain: string, hashed: string) => Promise; export default compareBcrypt;