/** * List Datasets Tool * * Returns a list of all available datasets with their descriptions. */ import type { DatasetRegistry, MCPToolResponse } from '../types.js'; export declare function listDatasetsTool(datasets: DatasetRegistry): Promise; //# sourceMappingURL=list-datasets.d.ts.map