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