import { Bitcoind } from '../../types.js';
type RemovePrunedFundsParams = {
    bitcoind: Bitcoind;
    txid: string;
};
/**
 * removeprunedfunds "txid"
 *
 * Deletes the specified transaction from the wallet. Meant for use with pruned wallets and as a companion to importprunedfunds. This will affect wallet balances.
 *
 */
export declare function removePrunedFunds(params: RemovePrunedFundsParams): Promise<any>;
export {};
//# sourceMappingURL=remove-pruned-funds.d.ts.map