export declare const SUBAGENT_TOOL_EXECUTE_WORKFLOW_NAME = "subagentToolExecuteWorkflow";
/** Shared framework-owned execute body for local and remote subagent tools. */
export declare const subagentToolExecuteWorkflowReference: {
    workflowId: string;
};
