import { IAdvancedStore } from '../types'; export declare const removeAllInjectedReducers: (store: IAdvancedStore) => void;