MapLibreLayerOptions: LayerOptions & {
    mapLibreOptions: MapLibreOptions;
    queryRenderedFeaturesOptions?: QueryRenderedFeaturesOptions;
    translateZoom?: MapLibreLayerTranslateZoomFunction;
}