import { z } from "@medusajs/framework/zod"; export type AdminGetShippingProfileParamsType = z.infer; export declare const AdminGetShippingProfileParams: z.ZodObject<{ fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { fields?: string | undefined; }, { fields?: string | undefined; }>; export declare const AdminGetShippingProfilesParamsFields: z.ZodObject<{ id: z.ZodOptional]>>; q: z.ZodOptional; type: z.ZodOptional; name: z.ZodOptional; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; deleted_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { type?: string | undefined; id?: string | string[] | undefined; name?: string | undefined; created_at?: any; updated_at?: any; deleted_at?: any; q?: string | undefined; }, { type?: string | undefined; id?: string | string[] | undefined; name?: string | undefined; created_at?: any; updated_at?: any; deleted_at?: any; q?: string | undefined; }>; export type AdminGetShippingProfilesParamsType = z.infer; export declare const AdminGetShippingProfilesParams: z.ZodObject<{} & { [x: string]: any; $and: z.ZodOptional]>>; q: z.ZodOptional; type: z.ZodOptional; name: z.ZodOptional; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; deleted_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { type?: string | undefined; id?: string | string[] | undefined; name?: string | undefined; created_at?: any; updated_at?: any; deleted_at?: any; q?: string | undefined; }, { type?: string | undefined; id?: string | string[] | undefined; name?: string | undefined; created_at?: any; updated_at?: any; deleted_at?: any; q?: string | undefined; }>, "many">>>; $or: z.ZodOptional]>>; q: z.ZodOptional; type: z.ZodOptional; name: z.ZodOptional; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; deleted_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { type?: string | undefined; id?: string | string[] | undefined; name?: string | undefined; created_at?: any; updated_at?: any; deleted_at?: any; q?: string | undefined; }, { type?: string | undefined; id?: string | string[] | undefined; name?: string | undefined; created_at?: any; updated_at?: any; deleted_at?: any; q?: string | undefined; }>, "many">>>; }, "strip", z.ZodTypeAny, { [x: string]: any; $and?: unknown; $or?: unknown; }, { [x: string]: any; $and?: unknown; $or?: unknown; }>; export type AdminCreateShippingProfileType = z.infer; export declare const AdminCreateShippingProfile: z.ZodObject<{ name: z.ZodString; type: z.ZodString; metadata: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { type: string; name: string; metadata?: Record | null | undefined; }, { type: string; name: string; metadata?: Record | null | undefined; }>; export type AdminUpdateShippingProfileType = z.infer; export declare const AdminUpdateShippingProfile: z.ZodObject<{ name: z.ZodOptional; type: z.ZodOptional; metadata: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { type?: string | undefined; metadata?: Record | null | undefined; name?: string | undefined; }, { type?: string | undefined; metadata?: Record | null | undefined; name?: string | undefined; }>; //# sourceMappingURL=validators.d.ts.map