import type { MercatorTile } from '../types.ts'; /** * Checks whether a specific tile exists in the given tile array. * @param tiles - The array of tiles to search * @param tile - The tile to look for * @returns True if the tile is found in the array */ export declare const tilesHasTile: (tiles: MercatorTile[], tile: MercatorTile) => boolean; //# sourceMappingURL=hasTile.d.ts.map