import * as z from "zod/v4"; export declare function bigint(): z.ZodType; export declare function bigintOptional(): z.ZodType; export declare function bigintNullable(): z.ZodType; export declare function bigintConst(value: T): z.ZodType; //# sourceMappingURL=bigint.d.ts.map