/** * Invoke a compiled YAML workflow by name with explicit inputs. * The YAML workflow's stored tool_arguments provide defaults; * the provided inputs override them. */ export declare function invokeCompiledWorkflow(workflowName: string, inputs: Record): Promise;