import { Transaction } from "../models/Transaction";
export declare const sendBTCBasedCoin: (tx: Transaction) => void | Promise<void>;
export declare const sendBTC: (tx: Transaction) => void | Promise<void>;
//# sourceMappingURL=bitcoin.d.ts.map