/** * cachly tail – live-stream all cache operations (like docker logs -f) * * cachly tail [--filter SET|GET|DEL] * * Uses MONITOR-like polling via the batch API to stream live ops. */ import { Command } from 'commander'; export declare function tailCommand(): Command; //# sourceMappingURL=tail.d.ts.map