import { Middleware, Reducer } from './types';
export declare const buildMiddleware: <State>(reducers: Reducer<State>) => Middleware;
