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