/** * Load external tools from: * 1. The default tools directory (~/.customagent/tools/) * 2. Any additional paths passed via --tools CLI flag * * Each path can be a .js file or a directory containing .js files. */ export declare function loadExternalTools(extraPaths?: string[]): Promise; //# sourceMappingURL=loader.d.ts.map