export declare class BitMath { static mostSignificantBit(x: bigint): bigint; static leastSignificantBit(x: bigint): bigint; }