import { Command } from "clipanion"; export declare class NodesCommand extends Command { static paths: string[][]; static usage: import("clipanion").Usage; role: string | undefined; execute(): Promise; } //# sourceMappingURL=nodes.d.ts.map