import { Rule, TaskId } from '@angular-devkit/schematics';
export declare function addUpdateTask(pkg: string, to: string, dependencies?: TaskId[]): Rule;
