/** * MCP Tool: memory_projects * List all indexed projects with statistics */ import { z } from 'zod'; import { MemoryProvider } from '../providers/memory-provider.interface.js'; export declare const memoryProjectsSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>; export declare function memoryProjectsTool(args: z.infer, provider: MemoryProvider): Promise; //# sourceMappingURL=memory-projects.tool.d.ts.map