export interface IOutput { flush(): void; isTerminal(): boolean; supportsAnsiEscapes(): boolean; write(text: string): void; }