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