import { Bitcoind } from '../../types.js';
type GetRpcInfoParams = {
    bitcoind: Bitcoind;
};
/**
 * getrpcinfo
 *
 * Returns details of the RPC server.
 *
 */
export declare function getRpcInfo(params: GetRpcInfoParams): Promise<any>;
export {};
//# sourceMappingURL=get-rpc-info.d.ts.map