import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PdfGroupCreateNestedOneWithoutPdfsInputObjectSchema: z.ZodType; export declare const PdfGroupCreateNestedOneWithoutPdfsInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodLazy>]>>; connectOrCreate: z.ZodOptional>>; connect: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create?: Prisma.PdfGroupCreateWithoutPdfsInput | Prisma.PdfGroupUncheckedCreateWithoutPdfsInput | undefined; connectOrCreate?: Prisma.PdfGroupCreateOrConnectWithoutPdfsInput | undefined; connect?: Prisma.PdfGroupWhereUniqueInput | undefined; }, { create?: Prisma.PdfGroupCreateWithoutPdfsInput | Prisma.PdfGroupUncheckedCreateWithoutPdfsInput | undefined; connectOrCreate?: Prisma.PdfGroupCreateOrConnectWithoutPdfsInput | undefined; connect?: Prisma.PdfGroupWhereUniqueInput | undefined; }>; //# sourceMappingURL=PdfGroupCreateNestedOneWithoutPdfsInput.schema.d.ts.map