/** * Returns the (minimum) length of a number expressed in bits. * * @param a * @returns The bit length */ export declare function bitLength(a: number | bigint): number; //# sourceMappingURL=bitLength.d.ts.map