import { z } from "@medusajs/framework/zod"; export declare const AdminGetProductVariantsParamsFields: z.ZodObject<{ q: z.ZodOptional; id: z.ZodOptional]>>; manage_inventory: z.ZodOptional, string | boolean, string | boolean>, boolean, string | boolean>>; allow_backorder: z.ZodOptional, string | boolean, string | boolean>, boolean, string | boolean>>; ean: z.ZodOptional]>>; upc: z.ZodOptional]>>; barcode: z.ZodOptional]>>; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; deleted_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; q?: string | undefined; barcode?: string | string[] | undefined; allow_backorder?: boolean | undefined; ean?: string | string[] | undefined; upc?: string | string[] | undefined; manage_inventory?: boolean | undefined; }, { id?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; q?: string | undefined; barcode?: string | string[] | undefined; allow_backorder?: string | boolean | undefined; ean?: string | string[] | undefined; upc?: string | string[] | undefined; manage_inventory?: string | boolean | undefined; }>; export type AdminGetProductVariantsParamsType = z.infer; export declare const AdminGetProductVariantsParams: z.ZodObject<{} & { [x: string]: any; $and: z.ZodOptional; id: z.ZodOptional]>>; manage_inventory: z.ZodOptional, string | boolean, string | boolean>, boolean, string | boolean>>; allow_backorder: z.ZodOptional, string | boolean, string | boolean>, boolean, string | boolean>>; ean: z.ZodOptional]>>; upc: z.ZodOptional]>>; barcode: z.ZodOptional]>>; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; deleted_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; q?: string | undefined; barcode?: string | string[] | undefined; allow_backorder?: boolean | undefined; ean?: string | string[] | undefined; upc?: string | string[] | undefined; manage_inventory?: boolean | undefined; }, { id?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; q?: string | undefined; barcode?: string | string[] | undefined; allow_backorder?: string | boolean | undefined; ean?: string | string[] | undefined; upc?: string | string[] | undefined; manage_inventory?: string | boolean | undefined; }>, "many">>>; $or: z.ZodOptional; id: z.ZodOptional]>>; manage_inventory: z.ZodOptional, string | boolean, string | boolean>, boolean, string | boolean>>; allow_backorder: z.ZodOptional, string | boolean, string | boolean>, boolean, string | boolean>>; ean: z.ZodOptional]>>; upc: z.ZodOptional]>>; barcode: z.ZodOptional]>>; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; deleted_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; q?: string | undefined; barcode?: string | string[] | undefined; allow_backorder?: boolean | undefined; ean?: string | string[] | undefined; upc?: string | string[] | undefined; manage_inventory?: boolean | undefined; }, { id?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; q?: string | undefined; barcode?: string | string[] | undefined; allow_backorder?: string | boolean | undefined; ean?: string | string[] | undefined; upc?: string | string[] | undefined; manage_inventory?: string | boolean | undefined; }>, "many">>>; }, "strip", z.ZodTypeAny, { [x: string]: any; $and?: unknown; $or?: unknown; }, { [x: string]: any; $and?: unknown; $or?: unknown; }>; //# sourceMappingURL=validators.d.ts.map