import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PaymentCreateNestedManyWithoutPatientInputObjectSchema: z.ZodType; export declare const PaymentCreateNestedManyWithoutPatientInputObjectZodSchema: 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.PaymentUncheckedCreateWithoutPatientInput | Prisma.PaymentCreateWithoutPatientInput | Prisma.PaymentCreateWithoutPatientInput[] | Prisma.PaymentUncheckedCreateWithoutPatientInput[] | undefined; connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutPatientInput | Prisma.PaymentCreateOrConnectWithoutPatientInput[] | undefined; createMany?: Prisma.PaymentCreateManyPatientInputEnvelope | undefined; connect?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined; }, { create?: Prisma.PaymentUncheckedCreateWithoutPatientInput | Prisma.PaymentCreateWithoutPatientInput | Prisma.PaymentCreateWithoutPatientInput[] | Prisma.PaymentUncheckedCreateWithoutPatientInput[] | undefined; connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutPatientInput | Prisma.PaymentCreateOrConnectWithoutPatientInput[] | undefined; createMany?: Prisma.PaymentCreateManyPatientInputEnvelope | undefined; connect?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined; }>; //# sourceMappingURL=PaymentCreateNestedManyWithoutPatientInput.schema.d.ts.map