export declare const translationTabGroup: (lng: any, appId: any, groupId: any, def: any) => any; export declare const translationTabLabel: (lng: string, tabId: string, def: any) => any; export declare const translationApp: (lng: string, appId: string, app: StringMap) => void; export declare const translationMenus: (lng: string, menus: Array) => void; export declare const translationApps: (lng: string, apps: StringMap) => void; export declare const getAppTranslationTemplate: (lng: string, appId: string, _app: StringMap) => {}; export declare function convertTranslationData(record: any): any; export declare const convertTranslation: (_translation: any) => {}; export declare const addTranslations: (translations: any) => void;