/** * cachly migrate – import data from a Redis/Valkey instance into cachly * * cachly migrate redis://user:pass@host:6379/0 [--pattern "*"] [--batch 100] */ import { Command } from 'commander'; export declare function migrateCommand(): Command; //# sourceMappingURL=migrate.d.ts.map