export declare class TerminalManager { #private; constructor(allowInteractive?: boolean); isInteractive(): boolean; isFooterChanged(id: string, content: string): boolean; updateFooter(id: string, content: string): void; } //# sourceMappingURL=terminal-manager.d.ts.map