import type { TodoItem } from '@wrongstack/core/agent'; import type { PlanItem } from '@wrongstack/core/storage'; import type { SerializedTaskGraph, TaskStatus } from '@wrongstack/core/types'; import type { TaskItem } from '@wrongstack/core/utils'; export declare const PLAN_STATUS_TO_TASK: Record; export declare function todoListToSerializedGraph(todos: readonly TodoItem[], sessionId: string): SerializedTaskGraph; export declare function taskFileToSerializedGraph(tasks: readonly TaskItem[], sessionId: string): SerializedTaskGraph; export declare function planFileToSerializedGraph(items: readonly PlanItem[], sessionId: string): SerializedTaskGraph; //# sourceMappingURL=session-kanban-graph.d.ts.map