import Context from './context/Context'; import { Action, Props } from './types'; declare function chain(actions: Action[]): (context: C, props?: Props) => Action; export default chain; //# sourceMappingURL=chain.d.ts.map