import { Rule } from "@angular-devkit/schematics"; import { Schema } from "../schema"; import { Schema as CreateSchematicsSchema } from "./schema"; export declare function createSchematicsWithLib(options: Schema, scopeWithName: string): Rule; export declare function createSchematics(options: CreateSchematicsSchema): Rule;