import { EDITOR_PROCESS_MAP } from '../type';
export declare const EDITOR_PROCESS_MAP_LINUX: EDITOR_PROCESS_MAP;
export declare const COMMON_EDITORS_LINUX: {
    vscodium: string;
    codium: string;
    hbuilderx: string;
    'hbuilderx.sh': string;
    gvim: string;
    sublime_text: string;
};
