import { z } from "@medusajs/framework/zod"; export type StoreGetRegionParamsType = z.infer; export declare const StoreGetRegionParams: z.ZodObject<{ fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { fields?: string | undefined; }, { fields?: string | undefined; }>; export declare const StoreGetRegionsParamsFields: z.ZodObject<{ q: z.ZodOptional; id: z.ZodOptional]>>; currency_code: z.ZodOptional]>>; name: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; name?: string | string[] | undefined; currency_code?: string | string[] | undefined; q?: string | undefined; }, { id?: string | string[] | undefined; name?: string | string[] | undefined; currency_code?: string | string[] | undefined; q?: string | undefined; }>; export type StoreGetRegionsParamsType = z.infer; export declare const StoreGetRegionsParams: z.ZodObject<{} & { [x: string]: any; $and: z.ZodOptional; id: z.ZodOptional]>>; currency_code: z.ZodOptional]>>; name: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; name?: string | string[] | undefined; currency_code?: string | string[] | undefined; q?: string | undefined; }, { id?: string | string[] | undefined; name?: string | string[] | undefined; currency_code?: string | string[] | undefined; q?: string | undefined; }>, "many">>>; $or: z.ZodOptional; id: z.ZodOptional]>>; currency_code: z.ZodOptional]>>; name: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; name?: string | string[] | undefined; currency_code?: string | string[] | undefined; q?: string | undefined; }, { id?: string | string[] | undefined; name?: string | string[] | undefined; currency_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