import { StoreEnhancer } from "@reduxjs/toolkit"; /** * For performance reasons, we want to dynamically bypass DevTools functionality when it's not in use. * * We know DevTools is in use based on Interop service's window visible or the `visibility` value in the service's config * * In order to bypass DevTools, we have to create our own store enhancer that will initialize DevTools and then * dynamically choose which reducer to dispatch actions to based on what state we're in. * */ declare const _default: StoreEnhancer<{}, {}>; export default _default; //# sourceMappingURL=devtoolsEnhancer.d.ts.map