export declare const version: string; export declare let c: any; export declare function loadResource(paths: string[], step?: (path?: string) => void): Promise<{}>; export declare function removeResource(paths: string[]): void; export declare function loadScript(paths: string[], step?: (path?: string) => void): Promise; export declare function setTheme(theme: string, mask?: boolean): Promise; export declare function setLocale(loc: string): Promise; export declare function __loadLocale(locale: string, pkg?: string, before?: () => any, after?: () => any): Promise; export declare function __readLocale(key: string): string; export declare function setAsideWidth(width: string): void; export declare function arrayUnique(arr: any[]): any[]; export declare function html2escape(html: string): string; export declare function highlight(dom: HTMLElement, code: string): void; export declare function purify(text: string): string; export declare function sleep(timeout: number): Promise; export declare function clone(obj: any): any; export declare function showMask(top?: boolean): void; export declare function hideMask(): void; export declare function showTextMask(text: string): void; export declare function hideTextMask(): void; export declare function alert(text: string): Promise; export declare function confirm(text: string): Promise; export declare let goCallback: (vm?: any) => any; export declare function __setGoCallback(callback?: (vm?: any) => any): void; export declare function go(path: string, callback?: (vm?: any) => any): void; export declare function goBack(): void; export declare function get(url: string): Promise; export declare function post(url: string, data: any): Promise; export declare function __setConfig(config: any): void; export declare function __setVuex(vx: Vuex.Store): void; export declare function __setMainElement(me: HTMLElement): void; export declare function __setHighlightjs(hjs: highlightjs): void; export declare function __setFrameVue(fv: Vue): void; export declare function __setTpLibs(tl: any): void;