export declare const Constants: Readonly<{ LocalStorageKey: { Token: string; Applications: string; PromotionalCampaigns: string; HubDashboard: string; }; HomeAttributes: { UserId: string; }; BaseUrl: "https://api.home.learningpool.com/"; AssetsUrl: "https://uuicdn.learningpool.com/"; Layout: { Vertical: string; Horizontal: string; }; Tabs: { ListApplications: number; ListOrgs: number; }; DefaultMessages: { 'app-switcher': string; 'your-apps': string; 'explore-custom-apps': string; 'useful-links': string; 'explore-more': string; 'go-to-hub': string; 'custom-apps': string; 'add-item': string; 'lp-apps': string; questions: string; 'back-to': string; 'select-an-organisation': string; search: string; open: string; 'select-org': string; 'open-in-new-window': string; 'stream-hub-welcome': string; 'app-switcher-alt-text': string; 'data-not-found': string; }; DrawerWidth: { Collapsed: number; Expanded: number; }; DefaultStreamHomeUrl: "https://home.learningpool.com"; }>; export declare const applications: ({ applicationId: number; applicationName: string; shortName: string; internalName: string; url: string; customName?: undefined; } | { applicationId: number; applicationName: string; shortName: string; internalName: string; customName: string; url: string; })[]; export declare const promotionalContent: { id: number; name: string; appSwitcherImageUrl: string; hubImageUrl: string; altText: string; basePromoUrl: string; isActive: boolean; }[];