import { DynamicModule, Type } from '@nestjs/common'; import { CommanderOptionsType } from './command-factory.interface'; export declare class CommandRunnerModule { static inquirerOptions: { input: NodeJS.ReadStream; output: NodeJS.WriteStream; }; static forModule(module?: Type | DynamicModule, options?: CommanderOptionsType): DynamicModule; }