import "regenerator-runtime/runtime.js"; import * as L from "leaflet"; import type { GeoRasterLayerOptions } from "./types"; declare global { } declare const GeoRasterLayer: (new (options: GeoRasterLayerOptions) => any) & typeof L.Class; export default GeoRasterLayer; export type { GeoRaster, GeoRasterLayerOptions, PixelValuesToColorFn } from "./types"; //# sourceMappingURL=georaster-layer-for-leaflet.d.ts.map