import { Tree } from "@angular-devkit/schematics"; export declare function getFile(tree: Tree, filePath: string): string; export declare function getJson(tree: Tree, jsonPath: string): any;