import ActionMessage from './ActionMessage'; declare type OrchestratorFunction = (actionMessage: T) => void | Promise; export default OrchestratorFunction;