import type { ToolRegistry } from "../tools/ToolRegistry.js"; import type { ToolDefinition } from "../tools/ToolTypes.js"; import type { CodaliGatewayPlannerToolDescriptor } from "./GatewayPlanner.js"; export declare const gatewayToolDescriptorsFromDefinitions: (tools: readonly ToolDefinition[]) => Record; export declare const gatewayToolDescriptorsFromRegistry: (registry: ToolRegistry, names?: readonly string[]) => Record; //# sourceMappingURL=ToolDescriptorSource.d.ts.map