export declare const rightShift: (b: bigint) => (a: bigint) => bigint;
