import { z } from "@medusajs/framework/zod"; export declare const AdminGetCollectionParams: z.ZodObject<{ fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { fields?: string | undefined; }, { fields?: string | undefined; }>; export declare const AdminGetCollectionsParamsFields: z.ZodObject<{ q: z.ZodOptional; id: z.ZodOptional]>>; title: z.ZodOptional]>>; handle: z.ZodOptional]>>; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; deleted_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; title?: string | string[] | undefined; q?: string | undefined; handle?: string | string[] | undefined; }, { id?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; title?: string | string[] | undefined; q?: string | undefined; handle?: string | string[] | undefined; }>; export type AdminGetCollectionsParamsType = z.infer; export declare const AdminGetCollectionsParams: z.ZodObject<{} & { [x: string]: any; $and: z.ZodOptional; id: z.ZodOptional]>>; title: z.ZodOptional]>>; handle: z.ZodOptional]>>; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; deleted_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; title?: string | string[] | undefined; q?: string | undefined; handle?: string | string[] | undefined; }, { id?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; title?: string | string[] | undefined; q?: string | undefined; handle?: string | string[] | undefined; }>, "many">>>; $or: z.ZodOptional; id: z.ZodOptional]>>; title: z.ZodOptional]>>; handle: z.ZodOptional]>>; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; deleted_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; title?: string | string[] | undefined; q?: string | undefined; handle?: string | string[] | undefined; }, { id?: string | string[] | undefined; created_at?: any; updated_at?: any; deleted_at?: any; title?: string | string[] | undefined; q?: string | undefined; handle?: string | string[] | undefined; }>, "many">>>; }, "strip", z.ZodTypeAny, { [x: string]: any; $and?: unknown; $or?: unknown; }, { [x: string]: any; $and?: unknown; $or?: unknown; }>; export type AdminCreateCollectionType = z.infer; export declare const CreateCollection: z.ZodObject<{ title: z.ZodString; handle: z.ZodOptional; metadata: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { title: string; metadata?: Record | null | undefined; handle?: string | undefined; }, { title: string; metadata?: Record | null | undefined; handle?: string | undefined; }>; export declare const AdminCreateCollection: (additionalDataValidator?: z.ZodOptional>>) => z.ZodObject | z.ZodEffects; export type AdminUpdateCollectionType = z.infer; export declare const UpdateCollection: z.ZodObject<{ title: z.ZodOptional; handle: z.ZodOptional; metadata: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { metadata?: Record | null | undefined; title?: string | undefined; handle?: string | undefined; }, { metadata?: Record | null | undefined; title?: string | undefined; handle?: string | undefined; }>; export declare const AdminUpdateCollection: (additionalDataValidator?: z.ZodOptional>>) => z.ZodObject | z.ZodEffects; //# sourceMappingURL=validators.d.ts.map