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