export declare function globTool(input: unknown): Promise<{ matches: string[]; total: number; truncated: boolean; }>;