import type { DashboardServerOptions, DashboardStartedServer } from './types.js'; export declare function startDashboard(options: DashboardServerOptions): Promise; //# sourceMappingURL=index.d.ts.map