import { Bitcoind } from '../../types.js';
type PruneBlockchainParams = {
    bitcoind: Bitcoind;
    height: number;
};
/**
 * pruneblockchain height
 *
 * pruneblockchain
 */
export declare function pruneBlockchain(params: PruneBlockchainParams): Promise<any>;
export {};
//# sourceMappingURL=prune-blockchain.d.ts.map