import { Tree } from '@angular-devkit/schematics';
import { Change } from '../external-utils/schematics/angular/utility/change';
export declare const applyChanges: (tree: Tree, path: string, changes: Change[]) => void;
