import type { SlashCommand } from '@wrongstack/core/types'; import { type KanbanWorkbenchSnapshot } from '@wrongstack/kanban'; export interface WorkbenchSlashDeps { projectRoot: string; } /** Text-first, bounded cross-board view for terminals where the visual panel is closed. */ export declare function createWorkbenchSlashCommand(deps: WorkbenchSlashDeps): SlashCommand; export declare function renderWorkbenchReport(snapshot: KanbanWorkbenchSnapshot): string; //# sourceMappingURL=workbench-slash.d.ts.map