import { WorkflowStage } from "./WorkflowStage"; export declare function chartUrlFromWorkflow(stages: WorkflowStage[]): string;