import { Source, Tree } from "@angular-devkit/schematics"; import { workspaces } from "@angular-devkit/core"; import { Schema } from "../schema"; import { Schema as CreateSchematicsSchema } from "./schema"; export declare function copyFiles(importModule: boolean, options: Schema | CreateSchematicsSchema, importStatement: string, scopeWithName: string, packages: string[], tree: Tree, project: workspaces.ProjectDefinition, onlySchematics?: boolean): Source;