/**
* Compute the modular square root using the Tonelli-Shanks algorithm.
*/exportdeclareconstmodSqrt: (x: bigint, p: bigint) =>bigint;
/**
* Test if a specific bit is set.
*/exportdeclareconsttestBit: (n: bigint, i: number) =>boolean;
//# sourceMappingURL=math.d.ts.map