import type { StoreEnhancer } from 'redux'; import type { Config, EnhancerOptions, InferComposedStoreExt } from './index.js'; export declare function composeWithDevTools(config: Config): (...funcs: StoreEnhancers) => StoreEnhancer>; export declare function composeWithDevTools(...funcs: StoreEnhancers): StoreEnhancer>; export declare const devToolsEnhancer: (options?: EnhancerOptions) => StoreEnhancer;