import { type Command } from 'commander'; /** * Remove files/directories * * ### Example * ````sh * vnodes rm --path some/path/to/delete * ```` * @param command main command instance */ export declare function rm(command: Command): void; //# sourceMappingURL=rm.d.ts.map