import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PaymentWhereUniqueInputObjectSchema: z.ZodType; export declare const PaymentWhereUniqueInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional; claimId: z.ZodOptional; }, "strict", z.ZodTypeAny, { id?: number | undefined; claimId?: number | undefined; }, { id?: number | undefined; claimId?: number | undefined; }>; //# sourceMappingURL=PaymentWhereUniqueInput.schema.d.ts.map