import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PdfGroupUpsertWithWhereUniqueWithoutPatientInputObjectSchema: z.ZodType; export declare const PdfGroupUpsertWithWhereUniqueWithoutPatientInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.PdfGroupCreateWithoutPatientInput | Prisma.PdfGroupUncheckedCreateWithoutPatientInput; where: Prisma.PdfGroupWhereUniqueInput; update: Prisma.PdfGroupUpdateWithoutPatientInput | Prisma.PdfGroupUncheckedUpdateWithoutPatientInput; }, { create: Prisma.PdfGroupCreateWithoutPatientInput | Prisma.PdfGroupUncheckedCreateWithoutPatientInput; where: Prisma.PdfGroupWhereUniqueInput; update: Prisma.PdfGroupUpdateWithoutPatientInput | Prisma.PdfGroupUncheckedUpdateWithoutPatientInput; }>; //# sourceMappingURL=PdfGroupUpsertWithWhereUniqueWithoutPatientInput.schema.d.ts.map