import BN from 'bn.js';
export declare function numberToBN(arg: any): BN;
