import { Bitcoind } from '../../types.js';
type GetConnectionCountParams = {
    bitcoind: Bitcoind;
};
/**
 * getconnectioncount
 *
 * Returns the number of connections to other nodes.
 *
 */
export declare function getConnectionCount(params: GetConnectionCountParams): Promise<any>;
export {};
//# sourceMappingURL=get-connection-count.d.ts.map