import type { Abortable } from '../abortable/Abortable'; export declare function trackErrorPropagation(task: Abortable, taskName: string, parentId: string, threadId: string): void;