import type { CommandIO, CommandResult } from './io.js'; /** * `cadence build task ` — record a task outcome (runs the per-task verifier * gate on DONE). Faithful extraction of the former CLI action body. */ export declare function buildTaskService(repoRoot: string, args: { taskId: string; status?: string; notes?: string; allowPerTaskFailure?: boolean; }, io: CommandIO): Promise; //# sourceMappingURL=build-task.d.ts.map