import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const AppointmentCreateNestedOneWithoutProceduresInputObjectSchema: z.ZodType; export declare const AppointmentCreateNestedOneWithoutProceduresInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodLazy>]>>; connectOrCreate: z.ZodOptional>>; connect: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create?: Prisma.AppointmentCreateWithoutProceduresInput | Prisma.AppointmentUncheckedCreateWithoutProceduresInput | undefined; connectOrCreate?: Prisma.AppointmentCreateOrConnectWithoutProceduresInput | undefined; connect?: Prisma.AppointmentWhereUniqueInput | undefined; }, { create?: Prisma.AppointmentCreateWithoutProceduresInput | Prisma.AppointmentUncheckedCreateWithoutProceduresInput | undefined; connectOrCreate?: Prisma.AppointmentCreateOrConnectWithoutProceduresInput | undefined; connect?: Prisma.AppointmentWhereUniqueInput | undefined; }>; //# sourceMappingURL=AppointmentCreateNestedOneWithoutProceduresInput.schema.d.ts.map