interface EditorLauncher { findEditor(): Promise; isEditorAvailable(editor: string): Promise; openInEditor(editor: string, filepath: string): Promise; } export declare class DefaultEditorLauncher implements EditorLauncher { private static readonly COMMON_EDITORS; findEditor(): Promise; isEditorAvailable(editor: string): Promise; openInEditor(editor: string, filepath: string): Promise; } export declare const editorLauncher: DefaultEditorLauncher; export {}; //# sourceMappingURL=editor.d.ts.map