import { Tree } from "@angular-devkit/schematics";
export declare function getFileContent(tree: Tree, path: string): string;
