//#region src/utils/editor.d.ts declare function resolveEditorCommand(ide?: string): string; declare function openInEditor(command: string, filePath: string): Promise; //#endregion export { openInEditor, resolveEditorCommand };