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