import { z } from 'zod'; import type { ForgotPasswordRequest } from '../../../types/auth'; export declare const DEFAULT_VALIDATION_SCHEMA: z.ZodObject<{ email: z.ZodString; }, "strip", z.ZodTypeAny, { email: string; }, { email: string; }>; export declare const DEFAULT_INITIAL_VALUES: ForgotPasswordRequest; //# sourceMappingURL=constants.d.ts.map