import type { MemoryService } from "../memory-service.js"; import type { CommandDefinition } from "./types.js"; export declare function createMemoryInspectCommand(service: MemoryService): CommandDefinition; //# sourceMappingURL=memory-inspect.d.ts.map