import Agent from './Agent'; import Group from './Group'; declare type Model = (Agent | Group); export default Model;