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