import type { DefineTool } from "../shared/agent/tool.helpers.js"; import type { EnrichmentToolDeps } from "../capabilities/participant-context.tools.port.js"; export declare function createEnrichmentTools(defineTool: DefineTool, deps: EnrichmentToolDeps): readonly [any, any, any, any, any, any, any, any];