/** Count the number of bits needed to represent a bigint. */ export declare function countBigIntBits(bigint: bigint): bigint;