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