import { Bitcoind } from '../../types.js';
type GetNetworkInfoParams = {
    bitcoind: Bitcoind;
};
/**
 * getnetworkinfo
 *
 * Returns an object containing various state info regarding P2P networking.
 *
 */
export declare function getNetworkInfo(params: GetNetworkInfoParams): Promise<any>;
export {};
//# sourceMappingURL=get-network-info.d.ts.map