import { EDITOR_PROCESS_MAP, Platform } from '../type';
export declare const COMMON_EDITORS_MAP: Record<Platform, Record<string, string>>;
export declare const COMMON_EDITOR_PROCESS_MAP: Record<Platform, EDITOR_PROCESS_MAP>;
