import { Command } from 'commander'; export declare class GenerateNxAppCommand { static load(program: Command): void; private static promptOptions; }