import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const ClaimDeleteOneSchema: z.ZodType; export declare const ClaimDeleteOneZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.ClaimSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.ClaimInclude>>; where: z.ZodType; }, "strict", z.ZodTypeAny, { where: Prisma.ClaimWhereUniqueInput; include?: Prisma.ClaimInclude | undefined; select?: Prisma.ClaimSelect | undefined; }, { where: Prisma.ClaimWhereUniqueInput; include?: Prisma.ClaimInclude | undefined; select?: Prisma.ClaimSelect | undefined; }>; //# sourceMappingURL=deleteOneClaim.schema.d.ts.map