/// export declare class Prevouts { _buf: Buffer; constructor(); addVout(txId: string, outputIndex: number): void; toHex(): string; }