import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientCreateOrConnectWithoutPaymentInputObjectSchema: z.ZodType; export declare const PatientCreateOrConnectWithoutPaymentInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.PatientCreateWithoutPaymentInput | Prisma.PatientUncheckedCreateWithoutPaymentInput; where: Prisma.PatientWhereUniqueInput; }, { create: Prisma.PatientCreateWithoutPaymentInput | Prisma.PatientUncheckedCreateWithoutPaymentInput; where: Prisma.PatientWhereUniqueInput; }>; //# sourceMappingURL=PatientCreateOrConnectWithoutPaymentInput.schema.d.ts.map