declare const getGraphByZoom: (zoom: number, graphsByZoom?: string[]) => string;
export default getGraphByZoom;
