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