import type { Tool } from "../../types"; /** * Load tools dynamically from the tools directory */ export declare function loadTools(toolNames: string[], basePath: string): Promise>; //# sourceMappingURL=toolLoader.d.ts.map