/** Pure presentation helpers for recorded workflow provenance. */ import type { WorkflowSource } from "../engine/types.ts"; /** Stable user-facing provenance: authored files keep their path; built-ins name their registry entry. */ export declare function workflowSourceLabel(source: WorkflowSource): string; //# sourceMappingURL=workflow-source.d.ts.map