import type { Building } from '../../../../types/dbTypes'; import type { Map } from 'maplibre-gl'; export declare const flyToEach: (map: Map, buildings: Building[]) => Promise; //# sourceMappingURL=flyToEach.d.ts.map