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