/** * V3 CLI `memory backup` command. * * WAL-safe snapshot of the vector-memory DB (`.swarm/memory.db`) with rotation * and optional GCS offsite. Thin surface over ../services/memory-backup.js; the * daemon's nightly `backup` worker calls the same service. */ import type { Command } from '../types.js'; export declare const backupCommand: Command; export default backupCommand; //# sourceMappingURL=memory-backup.d.ts.map