import { RifiInstance } from './types'; /** * This function acts like a decorator for all methods that interact with the * blockchain. In order to use the correct Rifi Protocol addresses, the * Rifi.js SDK must know which network its provider points to. This * function holds up a transaction until the main constructor has determined * the network ID. * * @hidden * * @param {Rifi} _rifi The instance of the Rifi.js SDK. * */ export declare function netId(_rifi: RifiInstance): Promise;