export declare function generateOtpCode(): string;
export declare function hashOtp(otp: string, email: string): string;
export declare function verifyOtpHash(otp: string, email: string, storedHash: string): boolean;
//# sourceMappingURL=otp.utils.d.ts.map