import { Tree } from '@nx/devkit'; export declare function areWeTestingWithJest(): boolean; export declare function enforceSameWorkspacePluginVersion(tree: Tree, packageName: string): void;