import { IDebugService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/debug/common/debug.service"; import { IConfigurationService } from "@codingame/monaco-vscode-api/vscode/vs/platform/configuration/common/configuration.service"; import { IStatusbarService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/statusbar/browser/statusbar.service"; import { IWorkbenchContribution } from "@codingame/monaco-vscode-api/vscode/vs/workbench/common/contributions"; export declare class DebugStatusContribution implements IWorkbenchContribution { private readonly statusBarService; private readonly debugService; private showInStatusBar; private toDispose; private entryAccessor; constructor(statusBarService: IStatusbarService, debugService: IDebugService, configurationService: IConfigurationService); private get entry(); dispose(): void; }