/** * Glob tool - Find files by pattern */ import type { Tool } from '../types/tools.js'; export declare const globTool: Tool; //# sourceMappingURL=glob.d.ts.map