import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ClaimCreateNestedManyWithoutAppointmentInputObjectSchema: z.ZodType; export declare const ClaimCreateNestedManyWithoutAppointmentInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodArray>, "many">, z.ZodLazy>, z.ZodArray>, "many">]>>; connectOrCreate: z.ZodOptional>, z.ZodArray>, "many">]>>; createMany: z.ZodOptional>>; connect: z.ZodOptional>, z.ZodArray>, "many">]>>; }, "strict", z.ZodTypeAny, { create?: Prisma.ClaimUncheckedCreateWithoutAppointmentInput | Prisma.ClaimCreateWithoutAppointmentInput | Prisma.ClaimCreateWithoutAppointmentInput[] | Prisma.ClaimUncheckedCreateWithoutAppointmentInput[] | undefined; connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutAppointmentInput | Prisma.ClaimCreateOrConnectWithoutAppointmentInput[] | undefined; createMany?: Prisma.ClaimCreateManyAppointmentInputEnvelope | undefined; connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; }, { create?: Prisma.ClaimUncheckedCreateWithoutAppointmentInput | Prisma.ClaimCreateWithoutAppointmentInput | Prisma.ClaimCreateWithoutAppointmentInput[] | Prisma.ClaimUncheckedCreateWithoutAppointmentInput[] | undefined; connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutAppointmentInput | Prisma.ClaimCreateOrConnectWithoutAppointmentInput[] | undefined; createMany?: Prisma.ClaimCreateManyAppointmentInputEnvelope | undefined; connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; }>; //# sourceMappingURL=ClaimCreateNestedManyWithoutAppointmentInput.schema.d.ts.map