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