export { abs, bitLength, eGcd, gcd, lcm, max, min, modInv, modPow, toZn } from 'bigint-mod-arith'; export { isProbablyPrime } from './isProbablyPrime.js'; export { prime, primeSync } from './prime.js'; export { randBetween } from './randBetween.js'; export { randBits, randBitsSync } from './randBits.js'; export { randBytes, randBytesSync } from './randBytes.js'; //# sourceMappingURL=index.d.ts.map