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