import { Tree, Rule, SchematicContext } from "@angular-devkit/schematics"; import { IOPTIONS_EXTENDED } from "./schema"; export declare const createFiles: (host: Tree, _options: IOPTIONS_EXTENDED, context: SchematicContext) => Rule;