export declare function fetchDashboard({ id }: { id: number; }): Promise; export declare function fetchDashboardConfigs(): Promise; export declare function fetchChartById(mobileChartId: any): Promise;