export declare function euclideanMod(x: bigint, y: bigint): bigint; export declare function inverseMod(a: bigint, n: bigint): bigint; export declare function powmod(x: bigint, y: bigint, p: bigint): bigint; export declare function tonelliShanks(n: bigint, p: bigint): bigint;