import { Disposable } from "@codingame/monaco-vscode-api/vscode/vs/base/common/lifecycle"; import { IWorkbenchContribution } from "@codingame/monaco-vscode-api/vscode/vs/workbench/common/contributions"; import { IRemoteCodingAgentsService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/remoteCodingAgents/common/remoteCodingAgentsService.service"; export declare class RemoteCodingAgentsContribution extends Disposable implements IWorkbenchContribution { private readonly remoteCodingAgentsService; constructor(remoteCodingAgentsService: IRemoteCodingAgentsService); }