import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientCreateNestedOneWithoutDocumentsInputObjectSchema: z.ZodType; export declare const PatientCreateNestedOneWithoutDocumentsInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodLazy>]>>; connectOrCreate: z.ZodOptional>>; connect: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create?: Prisma.PatientCreateWithoutDocumentsInput | Prisma.PatientUncheckedCreateWithoutDocumentsInput | undefined; connectOrCreate?: Prisma.PatientCreateOrConnectWithoutDocumentsInput | undefined; connect?: Prisma.PatientWhereUniqueInput | undefined; }, { create?: Prisma.PatientCreateWithoutDocumentsInput | Prisma.PatientUncheckedCreateWithoutDocumentsInput | undefined; connectOrCreate?: Prisma.PatientCreateOrConnectWithoutDocumentsInput | undefined; connect?: Prisma.PatientWhereUniqueInput | undefined; }>; //# sourceMappingURL=PatientCreateNestedOneWithoutDocumentsInput.schema.d.ts.map