import { Bitcoind } from '../../types.js';
type GetPeerInfoParams = {
    bitcoind: Bitcoind;
};
/**
 * getpeerinfo
 *
 * Returns data about each connected network peer as a json array of objects.
 *
 */
export declare function getPeerInfo(params: GetPeerInfoParams): Promise<any>;
export {};
//# sourceMappingURL=get-peer-info.d.ts.map