import { type Command } from 'commander'; /** * Say hello to the user * * ### Example * ````sh * vnodes hello --username YourName * ```` * @param command main command instance */ export declare function hello(command: Command): void; //# sourceMappingURL=hello.d.ts.map