import { InjectAsyncReducerParams } from '../types'; export declare const injectAsyncReducer: ({ store, name, reducer, isRoot, }: InjectAsyncReducerParams) => void;