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