import type { Tool } from '../../types/tools.js'; export declare function createTeamTool(options?: { readonly surfaceRoot?: string; }): Tool; export declare const teamTool: Tool; //# sourceMappingURL=index.d.ts.map