declare const makeCalculateZoom: (maxZoom: number) => (value: number) => number; export { makeCalculateZoom };