import { AnyAction } from "@reduxjs/toolkit";
export declare const injectResultToAction: (action: AnyAction) => AnyAction;
