import Bn from 'bn.js'; import { Uintish } from '../interfaces'; export declare function uintishToBn(uintish: Uintish): Bn;