import { type Tree } from '@nx/devkit';
export declare function updateJestConfigContent(content: string): string;
export declare function findProjectJestConfig(tree: Tree, projectRoot: string): string | null;
//# sourceMappingURL=jest-utils.d.ts.map