import { CommandService } from '@theia/core/lib/common/command'; import { OutputChannelRegistryMain, PluginInfo } from '../../common/plugin-api-rpc'; export declare class OutputChannelRegistryMainImpl implements OutputChannelRegistryMain { protected readonly commandService: CommandService; $append(name: string, text: string, pluginInfo: PluginInfo): PromiseLike; $clear(name: string): PromiseLike; $dispose(name: string): PromiseLike; $reveal(name: string, preserveFocus: boolean): Promise; $close(name: string): PromiseLike; } //# sourceMappingURL=output-channel-registry-main.d.ts.map