export type WorkflowLiveness = "active" | "inactive" | "unknown"; export declare function readWorkflowLiveness(coordRoot: string, runId: string): WorkflowLiveness; //# sourceMappingURL=recovery.d.ts.map