import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PdfFileWhereInputObjectSchema: z.ZodType; export declare const PdfFileWhereInputObjectZodSchema: 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]>>; group: z.ZodOptional>, z.ZodLazy>]>>; }, "strict", z.ZodTypeAny, { id?: number | Prisma.IntFilter | undefined; AND?: Prisma.PdfFileWhereInput | Prisma.PdfFileWhereInput[] | undefined; OR?: Prisma.PdfFileWhereInput[] | undefined; NOT?: Prisma.PdfFileWhereInput | Prisma.PdfFileWhereInput[] | undefined; filename?: string | Prisma.StringFilter | undefined; pdfData?: Uint8Array | Prisma.BytesFilter | undefined; uploadedAt?: Date | Prisma.DateTimeFilter | undefined; groupId?: number | Prisma.IntFilter | undefined; group?: Prisma.PdfGroupScalarRelationFilter | Prisma.PdfGroupWhereInput | undefined; }, { id?: number | Prisma.IntFilter | undefined; AND?: Prisma.PdfFileWhereInput | Prisma.PdfFileWhereInput[] | undefined; OR?: Prisma.PdfFileWhereInput[] | undefined; NOT?: Prisma.PdfFileWhereInput | Prisma.PdfFileWhereInput[] | undefined; filename?: string | Prisma.StringFilter | undefined; pdfData?: Uint8Array | Prisma.BytesFilter | undefined; uploadedAt?: Date | Prisma.DateTimeFilter | undefined; groupId?: number | Prisma.IntFilter | undefined; group?: Prisma.PdfGroupScalarRelationFilter | Prisma.PdfGroupWhereInput | undefined; }>; //# sourceMappingURL=PdfFileWhereInput.schema.d.ts.map