import type { WorkflowDef } from "./types.js"; export declare function loadWorkflowDef(workflowDir: string): WorkflowDef;