import type { ToolsRecord } from "./types"; export declare function trimToolsToCap(filteredTools: ToolsRecord, maxTools: number): void;