import { Rule } from '@angular-devkit/schematics';
export declare function addInstallTask(options?: {
    skipInstall: boolean;
}): Rule;
