import BNum from 'bn.js';

declare class BN extends BNum {
    constructor(num: number | string | Uint8Array | boolean | null);
}

export { BN };
