import { CommonArgs, YargsCommandModule } from '../../types/Yargs.js'; type GetReactModuleArgs = CommonArgs & { name?: string; dest?: string; }; declare const cmsGetReactModuleCommand: YargsCommandModule; export default cmsGetReactModuleCommand;