import type { ToolPlugin } from "./types.js"; /** * Glob Tool Plugin - Fast file pattern matching */ export declare const globTool: ToolPlugin;