import { type Tree } from '@nx/devkit';
export declare function assertSupportedViteVersion(tree: Tree): void;
