import { NavigationEnhancerOutput } from './navigation/types'; import { EnhancerOptions, EnhancerOutput, RootEnhancer } from './types/enhancer'; export declare const hotkeysEnhancer: , InheritOutput extends EnhancerOutput & NavigationEnhancerOutput>(next: (options: InheritOptions) => InheritOutput) => (options: InheritOptions) => InheritOutput;