import type { Tree } from '@nrwl/devkit'; import type { NormalizedOptions } from './normalize-options'; export declare function createFiles(tree: Tree, options: NormalizedOptions): void; export default createFiles;