import { type Tree } from '@nx/devkit'; import type { NormalizedJestProjectSchema } from '../schema'; export declare function updateTsConfig(host: Tree, options: NormalizedJestProjectSchema): void;