/** * Cleanup Command * * TTL 및 품질 기반 메모리 정리를 수행합니다. */ import { Command } from 'commander'; export declare function cleanupCommand(): Command; //# sourceMappingURL=cleanup.d.ts.map