import { Tree } from '@nx/devkit'; import { InitGeneratorSchema } from './schema'; export declare function initGenerator(tree: Tree, options: InitGeneratorSchema): Promise; export default initGenerator;