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