export declare const translationI18nMenus: (lng: string, menus: Array) => void; export declare const translationI18nApps: (lng: string, apps: StringMap) => void; export declare const getAppI18nTemplate: (lng: string, appId: string, _app: StringMap) => {}; export declare const appFallbackKeys: { getAppLabelKey: (appId: any) => string; getAppDescriptionKey: (appId: any) => string; getAppGroupKey: (appId: any, groupId: any) => string; getMenuLabelKey: (menuId: any) => string; getTabKey: (tabId: any) => string; };