import { DispatchedAction, Dispatch } from '../interfaces';
export declare function normalNextReturn(next: Dispatch, dispatchedAction: DispatchedAction, callback?: () => void, errorCallback?: (error: string) => void): any;
