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