import type { TaskLifecycleDeps } from "./lifecycle-shared.ts"; /** * Cancel a dispatch task. * Handles pending (queued), sync, and running states. * Returns true if the task was actually cancelled (not already terminal). */ export declare function cancelTask(d: TaskLifecycleDeps, taskId: string): Promise; //# sourceMappingURL=task-cancellation.d.ts.map