import Big from 'big.js'; declare const isBigInteger: (val: Big) => boolean; export { Big, isBigInteger }; //# sourceMappingURL=big.d.ts.map