import type { WorkflowMeta } from "./types.js"; export declare function parseWorkflowScript(script: string): { meta: WorkflowMeta; body: string; };