import { Tree } from "@angular-devkit/schematics"; export declare const mergeJsonFile: (tree: Tree, path: string, newObj: object) => Tree;