import { z } from "@medusajs/framework/zod"; export type AdminGetNotificationParamsType = z.infer; export declare const AdminGetNotificationParams: z.ZodObject<{ fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { fields?: string | undefined; }, { fields?: string | undefined; }>; export declare const AdminGetNotificationsParamsFields: z.ZodObject<{ q: z.ZodOptional; id: z.ZodOptional]>>; channel: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; q?: string | undefined; channel?: string | string[] | undefined; }, { id?: string | string[] | undefined; q?: string | undefined; channel?: string | string[] | undefined; }>; export type AdminGetNotificationsParamsType = z.infer; export declare const AdminGetNotificationsParams: z.ZodObject<{} & { [x: string]: any; $and: z.ZodOptional; id: z.ZodOptional]>>; channel: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; q?: string | undefined; channel?: string | string[] | undefined; }, { id?: string | string[] | undefined; q?: string | undefined; channel?: string | string[] | undefined; }>, "many">>>; $or: z.ZodOptional; id: z.ZodOptional]>>; channel: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; q?: string | undefined; channel?: string | string[] | undefined; }, { id?: string | string[] | undefined; q?: string | undefined; channel?: 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