import { type Tree } from '@nx/devkit';
export declare const nxVersion: any;
export declare const minSupportedDetoxVersion = "20.0.0";
export declare function assertSupportedDetoxVersion(tree: Tree): void;
export declare const detoxVersion = "~20.43.0";
export declare const testingLibraryJestDom = "~6.9.1";
export declare const configPluginsDetoxVersion = "~11.0.0";
