/** * Which Workflow was driving this Todo, read off the status moves its own runs * reflected onto it. Newest wins: a Todo re-armed into a different pipeline * since then belongs to that one. */ export declare function owningWorkflowId(todoId: string): string | undefined; //# sourceMappingURL=workflow-ownership.d.ts.map