import BN from 'bn.js'; import { IAnyToBNOptions } from './interfaces'; export declare function anyToBN(data?: any, options?: IAnyToBNOptions): BN;