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