export declare function divFloor(a: bigint, b: bigint): bigint; export declare function abs(a: bigint): bigint; export declare function sign(a: bigint): bigint; export declare function modFloor(a: bigint, b: bigint): bigint;