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