import ActionMessage from './ActionMessage'; declare type ActionCreator = (...args: any[]) => T; export default ActionCreator;