import { PluginModule } from 'reactant';
import type { ReducersMapObject } from 'redux';
export declare class IdentifierChecker extends PluginModule {
    beforeCombineRootReducers: (reducers: ReducersMapObject) => ReducersMapObject;
}
//# sourceMappingURL=identifierChecker.d.ts.map