import { z } from "@medusajs/framework/zod"; export type AdminGetRegionParamsType = z.infer; export declare const AdminGetRegionParams: z.ZodObject<{ fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { fields?: string | undefined; }, { fields?: string | undefined; }>; export declare const AdminGetRegionsParamsFields: z.ZodObject<{ q: z.ZodOptional; id: z.ZodOptional]>>; currency_code: z.ZodOptional]>>; name: z.ZodOptional]>>; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; deleted_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; name?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; currency_code?: string | string[] | undefined; q?: string | undefined; }, { id?: string | string[] | undefined; name?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; currency_code?: string | string[] | undefined; q?: string | undefined; }>; export type AdminGetRegionsParamsType = z.infer; export declare const AdminGetRegionsParams: z.ZodObject<{} & { [x: string]: any; $and: z.ZodOptional; id: z.ZodOptional]>>; currency_code: z.ZodOptional]>>; name: z.ZodOptional]>>; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; deleted_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; name?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; currency_code?: string | string[] | undefined; q?: string | undefined; }, { id?: string | string[] | undefined; name?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; currency_code?: string | string[] | undefined; q?: string | undefined; }>, "many">>>; $or: z.ZodOptional; id: z.ZodOptional]>>; currency_code: z.ZodOptional]>>; name: z.ZodOptional]>>; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; deleted_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; name?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; currency_code?: string | string[] | undefined; q?: string | undefined; }, { id?: string | string[] | undefined; name?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; 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; }>; export type AdminCreateRegionType = z.infer; export declare const AdminCreateRegion: z.ZodObject<{ name: z.ZodString; currency_code: z.ZodString; countries: z.ZodOptional>; automatic_taxes: z.ZodOptional; is_tax_inclusive: z.ZodOptional; payment_providers: z.ZodOptional>; metadata: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { name: string; currency_code: string; metadata?: Record | null | undefined; is_tax_inclusive?: boolean | undefined; automatic_taxes?: boolean | undefined; countries?: string[] | undefined; payment_providers?: string[] | undefined; }, { name: string; currency_code: string; metadata?: Record | null | undefined; is_tax_inclusive?: boolean | undefined; automatic_taxes?: boolean | undefined; countries?: string[] | undefined; payment_providers?: string[] | undefined; }>; export type AdminUpdateRegionType = z.infer; export declare const AdminUpdateRegion: z.ZodObject<{ name: z.ZodOptional; currency_code: z.ZodOptional; countries: z.ZodOptional>; automatic_taxes: z.ZodOptional; is_tax_inclusive: z.ZodOptional; payment_providers: z.ZodOptional>; metadata: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { metadata?: Record | null | undefined; name?: string | undefined; currency_code?: string | undefined; is_tax_inclusive?: boolean | undefined; automatic_taxes?: boolean | undefined; countries?: string[] | undefined; payment_providers?: string[] | undefined; }, { metadata?: Record | null | undefined; name?: string | undefined; currency_code?: string | undefined; is_tax_inclusive?: boolean | undefined; automatic_taxes?: boolean | undefined; countries?: string[] | undefined; payment_providers?: string[] | undefined; }>; //# sourceMappingURL=validators.d.ts.map