import { Rule, Tree } from '@angular-devkit/schematics'; export declare function lcu(options: any): Rule; export declare function addScripts(options: any): (host: Tree) => import("@angular-devkit/schematics/src/tree/interface").Tree; export declare function manageBuildScripts(options: any): (host: Tree) => import("@angular-devkit/schematics/src/tree/interface").Tree; export declare function setupOptions(host: Tree, options: any): Tree;