import { type Tree } from '@nx/devkit';
import type { NormalizedSchema } from './normalized-schema';
export declare function createFiles(tree: Tree, options: NormalizedSchema, rootOffset: string): Promise<void>;
//# sourceMappingURL=create-files.d.ts.map