import { Command } from 'commander';
export declare const GENERATE_FEATURE_MODULE_COMMAND = "generate-feature-module";
/**
 *
 *
 * @param program - the commander instance to attach the command to
 * @returns the commander instance
 */
export declare function generateFeatureModuleCommand(program: Command): Command;
