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