import { IContextKeyService } from "@codingame/monaco-vscode-api/vscode/vs/platform/contextkey/common/contextkey.service"; import { IBreakpointContribution } from "@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/debug/common/debug"; export declare class Breakpoints { private readonly breakpointContribution; private readonly contextKeyService; private breakpointsWhen; constructor(breakpointContribution: IBreakpointContribution, contextKeyService: IContextKeyService); get language(): string; get enabled(): boolean; }