export declare const getAppMetadataTranslationTemplate: (lng: string, appId: string, _app: StringMap) => { CustomApplications: { [x: string]: {}; }; } & { CustomTabs: {}; };