export declare const bigIntMax: (...args: bigint[]) => bigint;
export declare const bigIntMin: (...args: bigint[]) => bigint;
export declare const bigIntAbs: (value: bigint) => bigint;
export declare const bigIntSign: (value: bigint) => 1n | -1n;
export declare const bigIntCeilDiv: (numerator: bigint, denominator: bigint) => bigint;
//# sourceMappingURL=bigint-math.d.ts.map