export declare const mod: (a: bigint, b?: bigint) => bigint;
export declare const addMod: (hash1: string, hash2: string) => string;
export declare const invert: (number: bigint, modulo?: bigint) => bigint;
export declare const powMod: (x: bigint, n: bigint, p?: bigint) => bigint;