import BN from 'bn.js';
import JSBI from 'jsbi';
declare const ZERO: JSBI;
declare const ZERO_BN: BN;
export { ZERO, ZERO_BN };
