import { Psbt as PsbtBase } from 'bip174'; export class Psbt extends PsbtBase { constructor() { super(); } }