import { type Tree } from '@nx/devkit';
import type { NormalizedSchema } from './normalized-schema';
export declare function updateTsConfigFiles(tree: Tree, options: NormalizedSchema['libraryOptions']): void;
//# sourceMappingURL=update-tsconfig-files.d.ts.map