import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ClaimUncheckedCreateNestedManyWithoutStaffInputObjectSchema: z.ZodType; export declare const ClaimUncheckedCreateNestedManyWithoutStaffInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodArray>, "many">, z.ZodLazy>, z.ZodArray>, "many">]>>; connectOrCreate: z.ZodOptional>, z.ZodArray>, "many">]>>; createMany: z.ZodOptional>>; connect: z.ZodOptional>, z.ZodArray>, "many">]>>; }, "strict", z.ZodTypeAny, { create?: Prisma.ClaimCreateWithoutStaffInput | Prisma.ClaimUncheckedCreateWithoutStaffInput | Prisma.ClaimCreateWithoutStaffInput[] | Prisma.ClaimUncheckedCreateWithoutStaffInput[] | undefined; connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutStaffInput | Prisma.ClaimCreateOrConnectWithoutStaffInput[] | undefined; createMany?: Prisma.ClaimCreateManyStaffInputEnvelope | undefined; connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; }, { create?: Prisma.ClaimCreateWithoutStaffInput | Prisma.ClaimUncheckedCreateWithoutStaffInput | Prisma.ClaimCreateWithoutStaffInput[] | Prisma.ClaimUncheckedCreateWithoutStaffInput[] | undefined; connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutStaffInput | Prisma.ClaimCreateOrConnectWithoutStaffInput[] | undefined; createMany?: Prisma.ClaimCreateManyStaffInputEnvelope | undefined; connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined; }>; //# sourceMappingURL=ClaimUncheckedCreateNestedManyWithoutStaffInput.schema.d.ts.map