export declare const monacoLoadPromise: Promise<{}>; export declare const LANG_EPP_EXP = "eppExp"; /** 加载完成后 */ export declare function handleMonacoLoad(): void; export declare const sysVars: { name: string; doc: string; }[]; /** 系统变量自动补全注册 */ export declare function registerSysVarsCompletion(langId: string): void;