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