import JSBI from 'jsbi';
export declare function mostSignificantBit(x: JSBI): number;
