import { Tree } from '@angular-devkit/schematics'; export declare function readFileAsString(tree: Tree, path: string): string; export declare function readJsonFile(tree: Tree, path: string): any; export declare function saveJsonFile(tree: Tree, path: string, content: any): void;