import { Tree } from '@nrwl/devkit'; export declare function findRootJestConfig(tree: Tree): string | null; export declare function findRootJestPreset(tree: Tree): string | null;