import type { Context } from '@wrongstack/core/agent'; import type { KanbanToolInput, KanbanToolOutput } from './kanban-tool-types.js'; export declare function handleKanbanLifecycleAction(projectRoot: string, input: KanbanToolInput, ctx: Context): Promise; //# sourceMappingURL=kanban-lifecycle-actions.d.ts.map