import { Rule, SchematicContext, Tree } from '@angular-devkit/schematics'; export declare function library(options: any): Rule; export declare function addDeployScripts(options: any): (host: Tree) => import("@angular-devkit/schematics/src/tree/interface").Tree; export declare function updateTsConfig(context: SchematicContext, options: any): (host: Tree) => import("@angular-devkit/schematics/src/tree/interface").Tree; export declare function updatePackageJsonName(context: SchematicContext, options: any): (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;