import type { AgentTool } from '@earendil-works/pi-agent-core'; import type { BuildChildToolsOptions } from '../child-agent-factory.js'; /** Builds the tool set for workflow child agents (wired from gateway to avoid cycles). */ export declare function buildWorkflowChildTools(childOptions: BuildChildToolsOptions): AgentTool[];