import { Tree, SchematicContext } from "@angular-devkit/schematics"; import { Observable } from "rxjs"; import { Schema } from "./schema"; export declare function createLib(options: Schema, scopeWithName: string, libPath: string, tree: Tree, context: SchematicContext, isNx: boolean): Observable;