import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const BigIntFieldUpdateOperationsInputObjectSchema: z.ZodType; export declare const BigIntFieldUpdateOperationsInputObjectZodSchema: z.ZodObject<{ set: z.ZodOptional; increment: z.ZodOptional; decrement: z.ZodOptional; multiply: z.ZodOptional; divide: z.ZodOptional; }, "strict", z.ZodTypeAny, { set?: bigint | undefined; increment?: bigint | undefined; decrement?: bigint | undefined; multiply?: bigint | undefined; divide?: bigint | undefined; }, { set?: bigint | undefined; increment?: bigint | undefined; decrement?: bigint | undefined; multiply?: bigint | undefined; divide?: bigint | undefined; }>; //# sourceMappingURL=BigIntFieldUpdateOperationsInput.schema.d.ts.map