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