import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ClaimCreateOrConnectWithoutPatientInputObjectSchema: z.ZodType; export declare const ClaimCreateOrConnectWithoutPatientInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.ClaimUncheckedCreateWithoutPatientInput | Prisma.ClaimCreateWithoutPatientInput; where: Prisma.ClaimWhereUniqueInput; }, { create: Prisma.ClaimUncheckedCreateWithoutPatientInput | Prisma.ClaimCreateWithoutPatientInput; where: Prisma.ClaimWhereUniqueInput; }>; //# sourceMappingURL=ClaimCreateOrConnectWithoutPatientInput.schema.d.ts.map