/// import { Tree } from '@angular-devkit/schematics/src/tree/interface'; export declare const fileReadJsonText: (host: Tree, path: string) => JSON; export declare const fileReadText: (host: Tree, path: string) => string; export declare const fileReadSource: (host: Tree, path: string) => Buffer;