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