import { IEditorPaneService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/editor/common/editorPaneService.service"; export declare class EditorPaneService implements IEditorPaneService { readonly _serviceBrand: undefined; readonly onWillInstantiateEditorPane: import("@codingame/monaco-vscode-api/vscode/vs/base/common/event").Event; didInstantiateEditorPane(typeId: string): boolean; }