import { z } from 'zod'; import type { ResetPasswordForm } from './types'; export declare const DEFAULT_VALIDATION_SCHEMA: z.ZodEffects, { newPassword: string; confirmNewPassword: string; }, { newPassword: string; confirmNewPassword: string; }>; export declare const DEFAULT_INITIAL_VALUES: ResetPasswordForm; //# sourceMappingURL=constants.d.ts.map