import type { MemoryStatsInput, MemoryStatsOutput } from '../types/index.js'; import type { SQLiteStore } from '../storage/sqlite.js'; import type { Neo4jStore } from '../storage/neo4j.js'; export declare function handleMemoryStats(args: MemoryStatsInput, sqlite: SQLiteStore, neo4j: Neo4jStore): Promise; //# sourceMappingURL=stats.d.ts.map