import { Rule, Tree } from "@angular-devkit/schematics"; import { Schema } from "./schema"; export declare function addFiles(options: Schema, scopeWithName: string, tree: Tree): Rule;