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