import { MessageActionItem, MessageType, Window, OutputChannel } from './services'; export declare class ConsoleWindow implements Window { protected readonly channels: Map; showMessage(type: MessageType, message: string, ...actions: T[]): Thenable; createOutputChannel(name: string): OutputChannel; } //# sourceMappingURL=console-window.d.ts.map