import { ServicesAccessor } from "@codingame/monaco-vscode-api/vscode/vs/platform/instantiation/common/instantiation"; import { ICodeEditor } from "@codingame/monaco-vscode-api/vscode/vs/editor/browser/editorBrowser"; import { EditorAction2 } from "@codingame/monaco-vscode-api/vscode/vs/editor/browser/editorExtensions"; export declare class AcceptChangesAndRun extends EditorAction2 { constructor(); runEditorCommand(accessor: ServicesAccessor, codeEditor: ICodeEditor): Promise | undefined; }