import { Tree } from '@nx/devkit';
export declare function updateJestConfig(host: Tree, options: {
    projectRoot: string;
    projectName: string;
    js?: boolean;
    unitTestRunner?: string;
}): void;
//# sourceMappingURL=jest-config-util.d.ts.map