import { BtcBlock, BtcBlockHeader, BtcBlockTip, BtcFullBlock, BtcTransaction } from "../base-objects"; import { UtxoMccCreate, UtxoRpcInterface } from "../types"; import { UtxoCore, objectConstructors } from "./UtxoCore"; export declare const btcObjectConstructors: objectConstructors; export declare class BTCImplementation extends UtxoCore implements UtxoRpcInterface { constructor(options: UtxoMccCreate); } //# sourceMappingURL=BtcRpcImplementation.d.ts.map