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