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