import { z } from "@medusajs/framework/zod"; export declare const StoreGetCollectionParams: z.ZodObject<{ fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { fields?: string | undefined; }, { fields?: string | undefined; }>; export declare const StoreGetCollectionsParamsFields: z.ZodObject<{ q: z.ZodOptional; id: z.ZodOptional]>>; title: z.ZodOptional]>>; handle: z.ZodOptional]>>; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; created_at?: any; updated_at?: any; title?: string | string[] | undefined; q?: string | undefined; handle?: string | string[] | undefined; }, { id?: string | string[] | undefined; created_at?: any; updated_at?: any; title?: string | string[] | undefined; q?: string | undefined; handle?: string | string[] | undefined; }>; export type StoreGetCollectionsParamsType = z.infer; export declare const StoreGetCollectionsParams: 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]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; created_at?: any; updated_at?: any; title?: string | string[] | undefined; q?: string | undefined; handle?: string | string[] | undefined; }, { id?: string | string[] | undefined; created_at?: any; updated_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]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; created_at?: any; updated_at?: any; title?: string | string[] | undefined; q?: string | undefined; handle?: string | string[] | undefined; }, { id?: string | string[] | undefined; created_at?: any; updated_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; }>; //# sourceMappingURL=validators.d.ts.map