/** * Collection-related tool definitions and handlers */ import { ToolDefinition } from '../../handlers/types/ToolTypes.js'; import type { CollectionHandler } from '../../handlers/CollectionHandler.js'; export declare function getCollectionTools(server: CollectionHandler): Array<{ tool: ToolDefinition; handler: any; }>; //# sourceMappingURL=CollectionTools.d.ts.map