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