import * as bitcoin from 'bitcoinjs-lib';
export type PsbtInputExtended = Parameters<typeof bitcoin.Psbt.prototype.addInput>[0];
export type PsbtOutputExtended = Parameters<typeof bitcoin.Psbt.prototype.addOutput>[0];
