export declare abstract class BitMath { private constructor(); static mostSignificantBit(x: bigint): bigint; }