import { z } from "@medusajs/framework/zod"; export declare const AdminGetPricePreferenceParams: z.ZodObject<{ fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { fields?: string | undefined; }, { fields?: string | undefined; }>; export declare const AdminGetPricePreferencesParamsFields: z.ZodObject<{ q: z.ZodOptional; id: z.ZodOptional]>>; attribute: z.ZodOptional]>>; value: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; value?: string | string[] | undefined; q?: string | undefined; attribute?: string | string[] | undefined; }, { id?: string | string[] | undefined; value?: string | string[] | undefined; q?: string | undefined; attribute?: string | string[] | undefined; }>; export declare const AdminGetPricePreferencesParams: z.ZodObject<{} & { [x: string]: any; $and: z.ZodOptional; id: z.ZodOptional]>>; attribute: z.ZodOptional]>>; value: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; value?: string | string[] | undefined; q?: string | undefined; attribute?: string | string[] | undefined; }, { id?: string | string[] | undefined; value?: string | string[] | undefined; q?: string | undefined; attribute?: string | string[] | undefined; }>, "many">>>; $or: z.ZodOptional; id: z.ZodOptional]>>; attribute: z.ZodOptional]>>; value: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; value?: string | string[] | undefined; q?: string | undefined; attribute?: string | string[] | undefined; }, { id?: string | string[] | undefined; value?: string | string[] | undefined; q?: string | undefined; attribute?: string | string[] | undefined; }>, "many">>>; }, "strip", z.ZodTypeAny, { [x: string]: any; $and?: unknown; $or?: unknown; }, { [x: string]: any; $and?: unknown; $or?: unknown; }>; export declare const AdminCreatePricePreference: z.ZodObject<{ attribute: z.ZodString; value: z.ZodString; is_tax_inclusive: z.ZodOptional; }, "strip", z.ZodTypeAny, { value: string; attribute: string; is_tax_inclusive?: boolean | undefined; }, { value: string; attribute: string; is_tax_inclusive?: boolean | undefined; }>; export type AdminCreatePricePreferencePriceType = z.infer; export declare const AdminUpdatePricePreference: z.ZodObject<{ attribute: z.ZodOptional; value: z.ZodOptional; is_tax_inclusive: z.ZodOptional; }, "strip", z.ZodTypeAny, { value?: string | undefined; attribute?: string | undefined; is_tax_inclusive?: boolean | undefined; }, { value?: string | undefined; attribute?: string | undefined; is_tax_inclusive?: boolean | undefined; }>; export type AdminUpdatePricePreferenceType = z.infer; //# sourceMappingURL=validators.d.ts.map