import { ILogService } from "@codingame/monaco-vscode-api/vscode/vs/platform/log/common/log.service"; import { IWorkbenchContribution } from "@codingame/monaco-vscode-api/vscode/vs/workbench/common/contributions"; export declare class ChatViewsWelcomeHandler implements IWorkbenchContribution { private readonly logService; static readonly ID = "workbench.contrib.chatViewsWelcomeHandler"; constructor(logService: ILogService); }