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