import { z } from "@medusajs/framework/zod"; export declare const StoreProductVariantParams: z.ZodObject<{ fields: z.ZodOptional; } & { region_id: z.ZodOptional; country_code: z.ZodOptional; province: z.ZodOptional; cart_id: z.ZodOptional; sales_channel_id: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { cart_id?: string | undefined; fields?: string | undefined; sales_channel_id?: string | string[] | undefined; country_code?: string | undefined; province?: string | undefined; region_id?: string | undefined; }, { cart_id?: string | undefined; fields?: string | undefined; sales_channel_id?: string | string[] | undefined; country_code?: string | undefined; province?: string | undefined; region_id?: string | undefined; }>; export type StoreProductVariantParamsType = z.infer; export declare const StoreProductVariantListParams: z.ZodObject<{} & { [x: string]: any; $and: z.ZodOptional; id: z.ZodOptional]>>; sku: z.ZodOptional]>>; product_id: z.ZodOptional]>>; options: z.ZodOptional; option_id: z.ZodOptional; }, "strip", z.ZodTypeAny, { value?: string | undefined; option_id?: string | undefined; }, { value?: string | undefined; option_id?: string | undefined; }>>; allow_backorder: z.ZodOptional, string | boolean, string | boolean>, boolean, string | boolean>>; manage_inventory: z.ZodOptional, string | boolean, string | boolean>, boolean, string | boolean>>; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; deleted_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { options?: { value?: string | undefined; option_id?: string | undefined; } | undefined; id?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; q?: string | undefined; sku?: string | string[] | undefined; allow_backorder?: boolean | undefined; manage_inventory?: boolean | undefined; product_id?: string | string[] | undefined; }, { options?: { value?: string | undefined; option_id?: string | undefined; } | undefined; id?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; q?: string | undefined; sku?: string | string[] | undefined; allow_backorder?: string | boolean | undefined; manage_inventory?: string | boolean | undefined; product_id?: string | string[] | undefined; }>, "many">>>; $or: z.ZodOptional; id: z.ZodOptional]>>; sku: z.ZodOptional]>>; product_id: z.ZodOptional]>>; options: z.ZodOptional; option_id: z.ZodOptional; }, "strip", z.ZodTypeAny, { value?: string | undefined; option_id?: string | undefined; }, { value?: string | undefined; option_id?: string | undefined; }>>; allow_backorder: z.ZodOptional, string | boolean, string | boolean>, boolean, string | boolean>>; manage_inventory: z.ZodOptional, string | boolean, string | boolean>, boolean, string | boolean>>; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; deleted_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { options?: { value?: string | undefined; option_id?: string | undefined; } | undefined; id?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; q?: string | undefined; sku?: string | string[] | undefined; allow_backorder?: boolean | undefined; manage_inventory?: boolean | undefined; product_id?: string | string[] | undefined; }, { options?: { value?: string | undefined; option_id?: string | undefined; } | undefined; id?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; q?: string | undefined; sku?: string | string[] | undefined; allow_backorder?: string | boolean | undefined; manage_inventory?: string | boolean | undefined; product_id?: string | string[] | undefined; }>, "many">>>; }, "strip", z.ZodTypeAny, { [x: string]: any; $and?: unknown; $or?: unknown; }, { [x: string]: any; $and?: unknown; $or?: unknown; }>; export type StoreProductVariantListParamsType = z.infer; //# sourceMappingURL=validators.d.ts.map