import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const PdfGroupFindUniqueOrThrowSchema: z.ZodType; export declare const PdfGroupFindUniqueOrThrowZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.PdfGroupSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.PdfGroupInclude>>; where: z.ZodType; }, "strict", z.ZodTypeAny, { where: Prisma.PdfGroupWhereUniqueInput; include?: Prisma.PdfGroupInclude | undefined; select?: Prisma.PdfGroupSelect | undefined; }, { where: Prisma.PdfGroupWhereUniqueInput; include?: Prisma.PdfGroupInclude | undefined; select?: Prisma.PdfGroupSelect | undefined; }>; //# sourceMappingURL=findUniqueOrThrowPdfGroup.schema.d.ts.map