import { z } from "@medusajs/framework/zod"; export type AdminGetStoreParamsType = z.infer; export declare const AdminGetStoreParams: z.ZodObject<{ fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { fields?: string | undefined; }, { fields?: string | undefined; }>; export declare const AdminGetStoresParamsFields: z.ZodObject<{ q: z.ZodOptional; id: z.ZodOptional]>>; name: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; name?: string | string[] | undefined; q?: string | undefined; }, { id?: string | string[] | undefined; name?: string | string[] | undefined; q?: string | undefined; }>; export type AdminGetStoresParamsType = z.infer; export declare const AdminGetStoresParams: z.ZodObject<{} & { [x: string]: any; $and: z.ZodOptional; id: z.ZodOptional]>>; name: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; name?: string | string[] | undefined; q?: string | undefined; }, { id?: string | string[] | undefined; name?: string | string[] | undefined; q?: string | undefined; }>, "many">>>; $or: z.ZodOptional; id: z.ZodOptional]>>; name: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; name?: string | string[] | undefined; q?: string | undefined; }, { id?: string | string[] | undefined; name?: 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 AdminUpdateStoreType = z.infer; export declare const AdminUpdateStore: z.ZodObject<{ name: z.ZodOptional; supported_currencies: z.ZodOptional; is_tax_inclusive: z.ZodOptional; }, "strip", z.ZodTypeAny, { currency_code: string; is_tax_inclusive?: boolean | undefined; is_default?: boolean | undefined; }, { currency_code: string; is_tax_inclusive?: boolean | undefined; is_default?: boolean | undefined; }>, "many">>; supported_locales: z.ZodOptional, "many">>; default_sales_channel_id: z.ZodOptional>; default_region_id: z.ZodOptional>; default_location_id: z.ZodOptional>; metadata: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { metadata?: Record | null | undefined; name?: string | undefined; default_sales_channel_id?: string | null | undefined; default_region_id?: string | null | undefined; default_location_id?: string | null | undefined; supported_currencies?: { currency_code: string; is_tax_inclusive?: boolean | undefined; is_default?: boolean | undefined; }[] | undefined; supported_locales?: { locale_code: string; }[] | undefined; }, { metadata?: Record | null | undefined; name?: string | undefined; default_sales_channel_id?: string | null | undefined; default_region_id?: string | null | undefined; default_location_id?: string | null | undefined; supported_currencies?: { currency_code: string; is_tax_inclusive?: boolean | undefined; is_default?: boolean | undefined; }[] | undefined; supported_locales?: { locale_code: string; }[] | undefined; }>; //# sourceMappingURL=validators.d.ts.map