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