import { Rule, SchematicContext, Tree } from '@angular-devkit/schematics'; export declare function application(options: any): Rule; export declare function mergeFavIcon(options: any): (host: Tree) => Rule; export declare function mergeAppFiles(options: any): (host: Tree) => Rule; export declare function addScripts(options: any): (host: Tree) => import("@angular-devkit/schematics/src/tree/interface").Tree; export declare function createPackageJson(host: Tree, options: any, projectName: string, context: SchematicContext): void; export declare function updatePolyfills(host: Tree, options: any, projectName: string, context: SchematicContext): void; export declare function manageAppAssets(options: any, context: SchematicContext): (host: Tree) => import("@angular-devkit/schematics/src/tree/interface").Tree; export declare function manageDeployAllScript(options: any): (host: Tree) => import("@angular-devkit/schematics/src/tree/interface").Tree; export declare function setupOptions(host: Tree, options: any): Tree; /** * add Apache license */ export declare function addLicense(context: SchematicContext, options: any): (host: Tree) => void;