export declare const hashPassword: (password: any) => { salt: string; hash: string; }; export declare const verifyPasswordWithSalt: (password: any, salt: any, hash: any) => boolean; //# sourceMappingURL=utils.d.ts.map