import { Tree } from '@angular-devkit/schematics';
export declare function readJson(tree: Tree, file: string, type?: string): any;
export declare function writeJson(tree: Tree, file: string, source: any): void;
