import { Tree } from '@angular-devkit/schematics';
import { JSONFile } from 'ng-morph';
/**
 *
 * @param tree
 * @param filePath
 * @param modifier
 */
export declare function modifyTsConfigs(tree: Tree, filePath: string, modifier: (json: JSONFile) => void): void;
