import Store from '@mjcloud/redux'; import { ReduceBase } from '@mjcloud/reduce'; import { IWaterfallState, IWaterfallInitialStateParams } from './typings'; declare class WaterfallReduce extends ReduceBase { initialState(store: Store, params: IWaterfallInitialStateParams): IWaterfallState; } declare const _default: WaterfallReduce; export default _default;