/** * Parse Task tool output to recover a session/task ID for resumption. */ export declare function parseTaskIdFromTaskOutput(output: string): string | undefined;