import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const AppointmentCreateNestedOneWithoutClaimsInputObjectSchema: z.ZodType; export declare const AppointmentCreateNestedOneWithoutClaimsInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodLazy>]>>; connectOrCreate: z.ZodOptional>>; connect: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create?: Prisma.AppointmentCreateWithoutClaimsInput | Prisma.AppointmentUncheckedCreateWithoutClaimsInput | undefined; connectOrCreate?: Prisma.AppointmentCreateOrConnectWithoutClaimsInput | undefined; connect?: Prisma.AppointmentWhereUniqueInput | undefined; }, { create?: Prisma.AppointmentCreateWithoutClaimsInput | Prisma.AppointmentUncheckedCreateWithoutClaimsInput | undefined; connectOrCreate?: Prisma.AppointmentCreateOrConnectWithoutClaimsInput | undefined; connect?: Prisma.AppointmentWhereUniqueInput | undefined; }>; //# sourceMappingURL=AppointmentCreateNestedOneWithoutClaimsInput.schema.d.ts.map