export declare function saveLastVisitedDashboard(dashboardId: string): void; export declare function getLastVisitedDashboard(): string; export declare function clearLastVisitedDashboard(): void;