type DashboardProps = { providerFilter?: string; initialDays?: number; refreshInterval?: number; }; export declare function runSolidDashboard(options: DashboardProps): Promise; export {};