import * as Url from './modules/Url'; export declare const layout: { getTopLevelUrlAsync(): Promise; openTagflowSelectorWithOptions(options: any): Promise; openCRSWithOptions(options: any): Promise; crsRuntimeDisableCallback(fun: Function): void; crsCancelCallback(fun: Function): void; openContactsWithOptions(options: any): Promise; handleAlarmStyle(data?: any): Promise; onLanguageChange(fun?: Function | undefined): void; fetchCurrentLanguage(): Promise; onThemeChange(fun?: Function | undefined): void; fetchCurrentThemeName(): Promise; fetchCurrenThemeName(): Promise; onDoScreenShot(fun?: Function | undefined): Promise; screenShotFinish(): Promise; fetchMenuInfo(): Promise; turn2MenuByCodeOrId(data: { menuId: string; menuCode: string; params: any; }): void; loginout(): Promise; logout(): Promise; };