import { Tile } from '../../types'; declare function getAllTilesForZoom(zoom: number): Tile[]; export { getAllTilesForZoom };