import { Bitcoind } from '../../types.js';
type GetMempoolInfoParams = {
    bitcoind: Bitcoind;
};
/**
 * getmempoolinfo
 *
 * Returns details on the active state of the TX memory pool.
 *
 */
export declare function getMempoolInfo(params: GetMempoolInfoParams): Promise<any>;
export {};
//# sourceMappingURL=get-mempool-info.d.ts.map