/** * stats — get memory statistics for a namespace. */ import type { ToolDefinition } from '../mcp/tools.js'; export declare const statsTool: ToolDefinition; //# sourceMappingURL=stats.d.ts.map