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