import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientCreateNestedOneWithoutAppointmentsInputObjectSchema: z.ZodType; export declare const PatientCreateNestedOneWithoutAppointmentsInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodLazy>]>>; connectOrCreate: z.ZodOptional>>; connect: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create?: Prisma.PatientCreateWithoutAppointmentsInput | Prisma.PatientUncheckedCreateWithoutAppointmentsInput | undefined; connectOrCreate?: Prisma.PatientCreateOrConnectWithoutAppointmentsInput | undefined; connect?: Prisma.PatientWhereUniqueInput | undefined; }, { create?: Prisma.PatientCreateWithoutAppointmentsInput | Prisma.PatientUncheckedCreateWithoutAppointmentsInput | undefined; connectOrCreate?: Prisma.PatientCreateOrConnectWithoutAppointmentsInput | undefined; connect?: Prisma.PatientWhereUniqueInput | undefined; }>; //# sourceMappingURL=PatientCreateNestedOneWithoutAppointmentsInput.schema.d.ts.map