import { z } from "@medusajs/framework/zod"; export type AdminGetStockLocationParamsType = z.infer; export declare const AdminGetStockLocationParams: z.ZodObject<{ fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { fields?: string | undefined; }, { fields?: string | undefined; }>; export declare const AdminGetStockLocationsParamsDirectFields: z.ZodObject<{ q: z.ZodOptional; id: z.ZodOptional]>>; name: z.ZodOptional]>>; address_id: 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; q?: string | undefined; address_id?: string | string[] | undefined; }, { id?: string | string[] | undefined; name?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; q?: string | undefined; address_id?: string | string[] | undefined; }>; export type AdminGetStockLocationsParamsType = z.infer; export declare const AdminGetStockLocationsParams: z.ZodObject<{ [x: string]: any; $and: z.ZodOptional; id: z.ZodOptional]>>; name: z.ZodOptional]>>; address_id: 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; q?: string | undefined; address_id?: string | string[] | undefined; }, { id?: string | string[] | undefined; name?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; q?: string | undefined; address_id?: string | string[] | undefined; }>, "many">>>; $or: z.ZodOptional; id: z.ZodOptional]>>; name: z.ZodOptional]>>; address_id: 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; q?: string | undefined; address_id?: string | string[] | undefined; }, { id?: string | string[] | undefined; name?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; q?: string | undefined; address_id?: string | string[] | undefined; }>, "many">>>; } & { sales_channel_id: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { [x: string]: any; $and?: unknown; $or?: unknown; sales_channel_id?: unknown; }, { [x: string]: any; $and?: unknown; $or?: unknown; sales_channel_id?: unknown; }>; export type AdminUpsertStockLocationAddressType = z.infer; export declare const AdminUpsertStockLocationAddress: z.ZodObject<{ address_1: z.ZodString; address_2: z.ZodOptional>; company: z.ZodOptional>; city: z.ZodOptional>; country_code: z.ZodString; phone: z.ZodOptional>; postal_code: z.ZodOptional>; province: z.ZodOptional>; metadata: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { address_1: string; country_code: string; metadata?: Record | null | undefined; phone?: string | null | undefined; company?: string | null | undefined; address_2?: string | null | undefined; city?: string | null | undefined; province?: string | null | undefined; postal_code?: string | null | undefined; }, { address_1: string; country_code: string; metadata?: Record | null | undefined; phone?: string | null | undefined; company?: string | null | undefined; address_2?: string | null | undefined; city?: string | null | undefined; province?: string | null | undefined; postal_code?: string | null | undefined; }>; export type AdminCreateStockLocationType = z.infer; export declare const AdminCreateStockLocation: z.ZodObject<{ name: z.ZodEffects; address: z.ZodOptional>; company: z.ZodOptional>; city: z.ZodOptional>; country_code: z.ZodString; phone: z.ZodOptional>; postal_code: z.ZodOptional>; province: z.ZodOptional>; metadata: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { address_1: string; country_code: string; metadata?: Record | null | undefined; phone?: string | null | undefined; company?: string | null | undefined; address_2?: string | null | undefined; city?: string | null | undefined; province?: string | null | undefined; postal_code?: string | null | undefined; }, { address_1: string; country_code: string; metadata?: Record | null | undefined; phone?: string | null | undefined; company?: string | null | undefined; address_2?: string | null | undefined; city?: string | null | undefined; province?: string | null | undefined; postal_code?: string | null | undefined; }>>; address_id: z.ZodOptional>; metadata: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { name: string; metadata?: Record | null | undefined; address_id?: string | null | undefined; address?: { address_1: string; country_code: string; metadata?: Record | null | undefined; phone?: string | null | undefined; company?: string | null | undefined; address_2?: string | null | undefined; city?: string | null | undefined; province?: string | null | undefined; postal_code?: string | null | undefined; } | undefined; }, { metadata?: Record | null | undefined; name?: unknown; address_id?: string | null | undefined; address?: { address_1: string; country_code: string; metadata?: Record | null | undefined; phone?: string | null | undefined; company?: string | null | undefined; address_2?: string | null | undefined; city?: string | null | undefined; province?: string | null | undefined; postal_code?: string | null | undefined; } | undefined; }>; export type AdminUpdateStockLocationType = z.infer; export declare const AdminUpdateStockLocation: z.ZodObject<{ name: z.ZodOptional, string | undefined, unknown>>; address: z.ZodOptional>; company: z.ZodOptional>; city: z.ZodOptional>; country_code: z.ZodString; phone: z.ZodOptional>; postal_code: z.ZodOptional>; province: z.ZodOptional>; metadata: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { address_1: string; country_code: string; metadata?: Record | null | undefined; phone?: string | null | undefined; company?: string | null | undefined; address_2?: string | null | undefined; city?: string | null | undefined; province?: string | null | undefined; postal_code?: string | null | undefined; }, { address_1: string; country_code: string; metadata?: Record | null | undefined; phone?: string | null | undefined; company?: string | null | undefined; address_2?: string | null | undefined; city?: string | null | undefined; province?: string | null | undefined; postal_code?: string | null | undefined; }>>; address_id: z.ZodOptional>; metadata: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { metadata?: Record | null | undefined; name?: string | undefined; address_id?: string | null | undefined; address?: { address_1: string; country_code: string; metadata?: Record | null | undefined; phone?: string | null | undefined; company?: string | null | undefined; address_2?: string | null | undefined; city?: string | null | undefined; province?: string | null | undefined; postal_code?: string | null | undefined; } | undefined; }, { metadata?: Record | null | undefined; name?: unknown; address_id?: string | null | undefined; address?: { address_1: string; country_code: string; metadata?: Record | null | undefined; phone?: string | null | undefined; company?: string | null | undefined; address_2?: string | null | undefined; city?: string | null | undefined; province?: string | null | undefined; postal_code?: string | null | undefined; } | undefined; }>; export type AdminCreateStockLocationFulfillmentSetType = z.infer; export declare const AdminCreateStockLocationFulfillmentSet: z.ZodObject<{ name: z.ZodString; type: z.ZodString; }, "strict", z.ZodTypeAny, { type: string; name: string; }, { type: string; name: string; }>; //# sourceMappingURL=validators.d.ts.map