import { OutputChannel, OutputChannelManager } from '@theia/output/lib/browser/output-channel'; export declare class ContainerOutputProvider implements ContainerOutputProvider { protected readonly outputChannelManager: OutputChannelManager; protected currentChannel?: OutputChannel; openChannel(): void; onRemoteOutput(output: string): void; } //# sourceMappingURL=container-output-provider.d.ts.map