import { z } from "@medusajs/framework/zod"; export declare const AdminGetLocaleParams: z.ZodObject<{ fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { fields?: string | undefined; }, { fields?: string | undefined; }>; export declare const AdminGetLocalesParamsFields: z.ZodObject<{ q: z.ZodOptional; code: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { code?: string | string[] | undefined; q?: string | undefined; }, { code?: string | string[] | undefined; q?: string | undefined; }>; export type AdminGetLocalesParamsType = z.infer; export declare const AdminGetLocalesParams: z.ZodObject<{} & { [x: string]: any; $and: z.ZodOptional; code: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { code?: string | string[] | undefined; q?: string | undefined; }, { code?: string | string[] | undefined; q?: string | undefined; }>, "many">>>; $or: z.ZodOptional; code: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { code?: string | string[] | undefined; q?: string | undefined; }, { code?: string | string[] | undefined; q?: string | undefined; }>, "many">>>; }, "strip", z.ZodTypeAny, { [x: string]: any; $and?: unknown; $or?: unknown; }, { [x: string]: any; $and?: unknown; $or?: unknown; }>; //# sourceMappingURL=validators.d.ts.map