import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PdfFileScalarWhereWithAggregatesInputObjectSchema: z.ZodType; export declare const PdfFileScalarWhereWithAggregatesInputObjectZodSchema: z.ZodObject<{ AND: z.ZodOptional>, z.ZodArray>, "many">]>>; OR: z.ZodOptional>, "many">>; NOT: z.ZodOptional>, z.ZodArray>, "many">]>>; id: z.ZodOptional, z.ZodTypeDef, Prisma.IntWithAggregatesFilter>>, z.ZodNumber]>>; filename: z.ZodOptional, z.ZodTypeDef, Prisma.StringWithAggregatesFilter>>, z.ZodString]>>; pdfData: z.ZodOptional, z.ZodTypeDef, Prisma.BytesWithAggregatesFilter>>, z.ZodType, z.ZodTypeDef, Uint8Array>]>>; uploadedAt: z.ZodOptional, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter>>, z.ZodDate]>>; groupId: z.ZodOptional, z.ZodTypeDef, Prisma.IntWithAggregatesFilter>>, z.ZodNumber]>>; }, "strict", z.ZodTypeAny, { id?: number | Prisma.IntWithAggregatesFilter | undefined; AND?: Prisma.PdfFileScalarWhereWithAggregatesInput | Prisma.PdfFileScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.PdfFileScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.PdfFileScalarWhereWithAggregatesInput | Prisma.PdfFileScalarWhereWithAggregatesInput[] | undefined; filename?: string | Prisma.StringWithAggregatesFilter | undefined; pdfData?: Uint8Array | Prisma.BytesWithAggregatesFilter | undefined; uploadedAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; groupId?: number | Prisma.IntWithAggregatesFilter | undefined; }, { id?: number | Prisma.IntWithAggregatesFilter | undefined; AND?: Prisma.PdfFileScalarWhereWithAggregatesInput | Prisma.PdfFileScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.PdfFileScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.PdfFileScalarWhereWithAggregatesInput | Prisma.PdfFileScalarWhereWithAggregatesInput[] | undefined; filename?: string | Prisma.StringWithAggregatesFilter | undefined; pdfData?: Uint8Array | Prisma.BytesWithAggregatesFilter | undefined; uploadedAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; groupId?: number | Prisma.IntWithAggregatesFilter | undefined; }>; //# sourceMappingURL=PdfFileScalarWhereWithAggregatesInput.schema.d.ts.map