import { Bitcoind } from '../../types.js';
type GetMempoolEntryParams = {
    bitcoind: Bitcoind;
    txid: string;
};
/**
 * getmempoolentry "txid"
 *
 * Returns mempool data for given transaction
 *
 */
export declare function getMempoolEntry(params: GetMempoolEntryParams): Promise<any>;
export {};
//# sourceMappingURL=get-mempool-entry.d.ts.map