import { Store } from './types'; export declare const failAllRequests: ({ getState, dispatch }: Store, reason: string) => void; export declare const failRequest: ({ getState, dispatch }: Store, requestAction: any, error: any) => void; //# sourceMappingURL=thunks.d.ts.map