import type { GeneratorCallback, Tree } from '@nx/devkit'; export declare function runLocalGenerator(wrapperFilename: string, generatorName: string, tree: Tree, options: T): Promise;