import { Psbt } from "bitcoinjs-lib"; //#region src/utils/cancelTransaction.d.ts declare function cancelTransaction(psbt: Psbt, accountAddress: string): Psbt; //#endregion export { cancelTransaction }; //# sourceMappingURL=cancelTransaction.d.ts.map