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