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