/** * Remove Command * * 메모리를 삭제합니다. */ import { Command } from 'commander'; export declare function rmCommand(): Command; //# sourceMappingURL=rm.d.ts.map