import type { Tree } from '@nrwl/devkit'; import type { NormalizedOptions } from './normalize-options'; export declare const nodeGenerator: (tree: Tree, options: NormalizedOptions) => Promise; export default nodeGenerator;