import * as Redux from "redux";
export declare function automataMiddleware<D extends Redux.Dispatch, S>(api: Redux.MiddlewareAPI<D, S>): (next: Redux.Dispatch) => Redux.Dispatch;
