import type { ToolDefinition } from "../context.js"; /** Maximum files before auto-truncation to summary-only mode. */ export declare const MAX_MAP_FILES = 100; /** Maximum response bytes before auto-truncation to summary-only mode. */ export declare const MAX_MAP_BYTES = 50000; export declare const mapTool: ToolDefinition; //# sourceMappingURL=map.d.ts.map