import { Rule, Tree } from '@angular-devkit/schematics';
import { SchemaOptions } from './schema';
export declare function updateAngularJson(host: Tree, options: any): void;
export declare function createWebpackConfig(host: Tree): void;
export default function (options: SchemaOptions): Rule;
