import { type Tree } from '@nx/devkit'; import type { HelloGeneratorSchema } from './schema.js'; export declare function helloGenerator(tree: Tree, options: HelloGeneratorSchema): Promise; export default helloGenerator; //# sourceMappingURL=hello.d.ts.map