import { Reader } from '../../reader'; import { ZoomEnhancerOutput } from './types'; export declare const zoomEnhancer: (next: (options: InheritOptions) => InheritOutput) => (options: InheritOptions) => InheritOutput & ZoomEnhancerOutput;