declare module "@/utils/bcrypt" { const compareSync: any; const genSaltSync: any; const hashSync: any; }