import { GeneratorCallback, Tree } from '@nx/devkit'; import { Schema } from './schema'; export declare function webInitGenerator(tree: Tree, schema: Schema): Promise; export default webInitGenerator;