import { EnhancerOutput, RootEnhancer } from './types/enhancer'; export declare const chromeEnhancer: >(next: (options: InheritOptions) => InheritOutput) => (options: InheritOptions) => InheritOutput;