/** * cachly cache – live cache operations * * cachly cache get * cachly cache set [--ttl 3600] * cachly cache del * cachly cache keys [--pattern "user:*"] * cachly cache ttl * cachly cache stats * cachly cache flush ← requires --yes */ import { Command } from 'commander'; export declare function cacheCommand(): Command; //# sourceMappingURL=cache.d.ts.map