import { Tree } from '@angular-devkit/schematics';
export declare function readJsonInTree<T = any>(host: Tree, path: string): T;
