/** * Core default: OTP Verification template. * * Themes can override by creating `themes//emails/otp-verification.ts` * with a default export matching this contract. */ import type { EmailContent, OtpVerificationEmailData } from '../lib/email/types'; export default function otpVerification(data: OtpVerificationEmailData, locale?: string): Promise; //# sourceMappingURL=otp-verification.d.ts.map