The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.
/**
* @deprecated Removed in favor of Nx's built-in default runner. Invoking this
* runner throws — run `nx repair` to clean up the legacy reference in
* `nx.json`.
*/exportdefault function removedTasksRunner(): never;