import { z } from "@medusajs/framework/zod"; export type AdminGetSalesChannelParamsType = z.infer; export declare const AdminGetSalesChannelParams: z.ZodObject<{ fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { fields?: string | undefined; }, { fields?: string | undefined; }>; export declare const AdminGetSalesChannelsParamsDirectFields: z.ZodObject<{ q: z.ZodOptional; id: z.ZodOptional]>>; name: z.ZodOptional]>>; description: z.ZodOptional; is_disabled: z.ZodOptional, string | boolean, string | boolean>, boolean, string | boolean>>; 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; description?: string | undefined; q?: string | undefined; is_disabled?: boolean | undefined; }, { id?: string | string[] | undefined; name?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; description?: string | undefined; q?: string | undefined; is_disabled?: string | boolean | undefined; }>; export type AdminGetSalesChannelsParamsType = z.infer; export declare const AdminGetSalesChannelsParams: z.ZodObject<{ [x: string]: any; $and: z.ZodOptional; id: z.ZodOptional]>>; name: z.ZodOptional]>>; description: z.ZodOptional; is_disabled: z.ZodOptional, string | boolean, string | boolean>, boolean, string | boolean>>; 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; description?: string | undefined; q?: string | undefined; is_disabled?: boolean | undefined; }, { id?: string | string[] | undefined; name?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; description?: string | undefined; q?: string | undefined; is_disabled?: string | boolean | undefined; }>, "many">>>; $or: z.ZodOptional; id: z.ZodOptional]>>; name: z.ZodOptional]>>; description: z.ZodOptional; is_disabled: z.ZodOptional, string | boolean, string | boolean>, boolean, string | boolean>>; 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; description?: string | undefined; q?: string | undefined; is_disabled?: boolean | undefined; }, { id?: string | string[] | undefined; name?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; description?: string | undefined; q?: string | undefined; is_disabled?: string | boolean | undefined; }>, "many">>>; } & { location_id: z.ZodOptional]>>; publishable_key_id: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { [x: string]: any; $and?: unknown; $or?: unknown; location_id?: unknown; publishable_key_id?: unknown; }, { [x: string]: any; $and?: unknown; $or?: unknown; location_id?: unknown; publishable_key_id?: unknown; }>; export type AdminCreateSalesChannelType = z.infer; export declare const AdminCreateSalesChannel: z.ZodObject<{ name: z.ZodString; description: z.ZodOptional>; is_disabled: z.ZodOptional; metadata: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { name: string; metadata?: Record | null | undefined; description?: string | null | undefined; is_disabled?: boolean | undefined; }, { name: string; metadata?: Record | null | undefined; description?: string | null | undefined; is_disabled?: boolean | undefined; }>; export type AdminUpdateSalesChannelType = z.infer; export declare const AdminUpdateSalesChannel: z.ZodObject<{ name: z.ZodOptional; description: z.ZodOptional>; is_disabled: z.ZodOptional; metadata: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { metadata?: Record | null | undefined; name?: string | undefined; description?: string | null | undefined; is_disabled?: boolean | undefined; }, { metadata?: Record | null | undefined; name?: string | undefined; description?: string | null | undefined; is_disabled?: boolean | undefined; }>; //# sourceMappingURL=validators.d.ts.map