import * as yargs from 'yargs'; export declare function getGeneratorHandler(nxGenerator: string): (argv: yargs.ArgumentsCamelCase) => Promise;