import { type Tree } from '@nx/devkit'; import type { InitGeneratorSchema } from './schema.js'; export declare function initGenerator(tree: Tree, schema: InitGeneratorSchema): import("@nx/devkit").GeneratorCallback; export default initGenerator; export declare const initSchematic: (generatorOptions: InitGeneratorSchema) => (tree: any, context: any) => Promise;