import type { WorkflowToolRunInput } from "#execution/tools/workflow/types.js";
/** Runs one authored workflow tool call and reports to its declared owner hook. */
export declare function workflowToolRunWorkflow(input: WorkflowToolRunInput): Promise<void>;
