/** Whether a workflow hook or run can no longer accept task traffic. */
export declare function isTaskWorkflowTargetGone(error: unknown): boolean;
