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