import type { DashboardProjection } from "./dashboard-projection.ts"; export interface DashboardRenderOptions { width?: number; color?: boolean; details?: boolean; history?: boolean; completedRoots?: number; completedChildren?: number; } export declare function renderDashboard(projection: DashboardProjection, options?: DashboardRenderOptions): string; //# sourceMappingURL=dashboard-render.d.ts.map