import { Tile } from '..'; export interface TileFetcher { fetchTile(tileUrl: string): Promise; } //# sourceMappingURL=TileFetcher.d.ts.map