import { Bitcoind } from '../../types.js';
type SetNetworkActiveParams = {
    bitcoind: Bitcoind;
    state: boolean;
};
/**
 * setnetworkactive state
 *
 * Disable/enable all p2p network activity.
 *
 */
export declare function setNetworkActive(params: SetNetworkActiveParams): Promise<any>;
export {};
//# sourceMappingURL=set-network-active.d.ts.map