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