import { BigintIsh } from '../constants/constants';
import JSBI from 'jsbi';
export declare function parseBigintIsh(bigintIsh: BigintIsh): JSBI;
