import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const PdfGroupFindFirstOrThrowSelectSchema: z.ZodType; export declare const PdfGroupFindFirstOrThrowSelectZodSchema: z.ZodObject<{ id: z.ZodOptional; title: z.ZodOptional; titleKey: z.ZodOptional; createdAt: z.ZodOptional; patientId: z.ZodOptional; patient: z.ZodOptional; pdfs: z.ZodOptional; _count: z.ZodOptional; }, "strict", z.ZodTypeAny, { createdAt?: boolean | undefined; id?: boolean | undefined; title?: boolean | undefined; titleKey?: boolean | undefined; pdfs?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; _count?: boolean | undefined; }, { createdAt?: boolean | undefined; id?: boolean | undefined; title?: boolean | undefined; titleKey?: boolean | undefined; pdfs?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; _count?: boolean | undefined; }>; export declare const PdfGroupFindFirstOrThrowSchema: z.ZodType; export declare const PdfGroupFindFirstOrThrowZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.PdfGroupSelect>>; include: z.ZodLazy, z.ZodTypeDef, Prisma.PdfGroupInclude>>>; orderBy: z.ZodOptional, z.ZodArray, "many">]>>; where: z.ZodOptional>; cursor: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; distinct: z.ZodOptional, z.ZodArray, "many">]>>; }, "strict", z.ZodTypeAny, { where?: Prisma.PdfGroupWhereInput | undefined; include?: Prisma.PdfGroupInclude | undefined; select?: Prisma.PdfGroupSelect | undefined; orderBy?: Prisma.PdfGroupOrderByWithRelationInput | Prisma.PdfGroupOrderByWithRelationInput[] | undefined; cursor?: Prisma.PdfGroupWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; distinct?: "createdAt" | "id" | "title" | "titleKey" | "patientId" | ("createdAt" | "id" | "title" | "titleKey" | "patientId")[] | undefined; }, { where?: Prisma.PdfGroupWhereInput | undefined; include?: Prisma.PdfGroupInclude | undefined; select?: Prisma.PdfGroupSelect | undefined; orderBy?: Prisma.PdfGroupOrderByWithRelationInput | Prisma.PdfGroupOrderByWithRelationInput[] | undefined; cursor?: Prisma.PdfGroupWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; distinct?: "createdAt" | "id" | "title" | "titleKey" | "patientId" | ("createdAt" | "id" | "title" | "titleKey" | "patientId")[] | undefined; }>; //# sourceMappingURL=findFirstOrThrowPdfGroup.schema.d.ts.map