import { LayerType } from '@opengeoweb/webmap'; import * as defaultLayers from './defaultLayers'; export { defaultLayers }; export declare const baseLayer: { name: string; title: string; type: string; layerType: LayerType; enabled: boolean; id: string; }; export declare const baseLayerOpenStreetMapNL: { id: string; name: string; type: string; layerType: LayerType; enabled: boolean; }; export declare const baseLayerArcGisCanvas: { service: string; id: string; name: string; type: string; enabled: boolean; layerType: LayerType; }; export declare const baseLayerWorldMap: { id: string; name: string; type: string; layerType: LayerType; enabled: boolean; }; export declare const baseLayerHeiGit: { service: string; id: string; name: string; layerType: LayerType; }; export declare const msgCppLayer: { service: string; name: string; format: string; enabled: boolean; style: string; id: string; layerType: LayerType; }; export declare const veiligheidsRegiosGebiedsIndelingenLabels: { service: string; name: string; style: string; enabled: boolean; layerType: LayerType; }; export declare const veiligheidsRegiosGebiedsIndelingen: { service: string; name: string; style: string; enabled: boolean; layerType: LayerType; }; export declare const radarLayer: { service: string; name: string; format: string; enabled: boolean; style: string; id: string; layerType: LayerType; }; export declare const radarLayerWithError: { service: string; name: string; format: string; enabled: boolean; style: string; id: string; layerType: LayerType; }; export declare const obsAirTemperature: { service: string; name: string; id: string; layerType: LayerType; }; export declare const obsWind: { service: string; name: string; id: string; layerType: LayerType; }; export declare const obsAirPressureAtSeaLevel: { service: string; name: string; id: string; layerType: LayerType; }; export declare const obsRelativeHumidity: { service: string; name: string; id: string; layerType: LayerType; }; export declare const obsGlobalSolarRadiation: { service: string; name: string; id: string; layerType: LayerType; }; export declare const obsPrecipitationIntensityPWS: { service: string; name: string; id: string; layerType: LayerType; }; export declare const harmonieRelativeHumidityPl: { service: string; name: string; id: string; layerType: LayerType; enabled: boolean; }; export declare const harmonieWindPl: { service: string; name: string; id: string; layerType: LayerType; enabled: boolean; }; export declare const harmonieAirTemperature: { service: string; name: string; id: string; layerType: LayerType; enabled: boolean; }; export declare const harmoniePrecipitation: { service: string; name: string; id: string; layerType: LayerType; enabled: boolean; }; export declare const harmoniePressure: { service: string; name: string; id: string; layerType: LayerType; enabled: boolean; }; export declare const harmonieWindFlags: { service: string; name: string; enabled: boolean; id: string; layerType: LayerType; }; export declare const klimaatAtlasTG3: { service: string; name: string; enabled: boolean; id: string; layerType: LayerType; }; export declare const dwdWarningLayer: { service: string; name: string; format: string; enabled: boolean; id: string; layerType: LayerType; }; export declare const dwdRadarLayer: { service: string; name: string; format: string; enabled: boolean; id: string; layerType: LayerType; }; export declare const dwdObservationsWetterLayer: { service: string; name: string; style: string; format: string; enabled: boolean; id: string; layerType: LayerType; }; export declare const dwdObservationsWetterLayerWithHeader: { service: string; name: string; style: string; format: string; enabled: boolean; id: string; layerType: LayerType; headers: { name: string; value: string; }[]; }; export declare const dwdObservationsWindLayer: { service: string; name: string; style: string; format: string; enabled: boolean; id: string; layerType: LayerType; }; export declare const FMITemp: { service: string; name: string; format: string; enabled: boolean; id: string; layerType: LayerType; }; export declare const MetNoTemp: { service: string; name: string; format: string; enabled: boolean; id: string; layerType: LayerType; }; export declare const metNorwayWind1: { service: string; name: string; format: string; enabled: boolean; id: string; layerType: LayerType; }; export declare const metNorwayWind2: { service: string; name: string; format: string; enabled: boolean; id: string; layerType: LayerType; }; export declare const metNorwayWind3: { service: string; name: string; format: string; enabled: boolean; id: string; layerType: LayerType; }; export declare const metNorwayLatestT: { service: string; name: string; format: string; enabled: boolean; id: string; layerType: LayerType; }; export declare const metNorwaySalinaty: { service: string; name: string; format: string; enabled: boolean; id: string; layerType: LayerType; }; export declare const msgFesEUMETSAT: { service: string; name: string; enabled: boolean; id: string; layerType: LayerType; }; export declare const msgNaturalenhncdEUMETSAT: { service: string; name: string; enabled: boolean; id: string; layerType: LayerType; }; export declare const msgAshEUMETSAT: { service: string; name: string; enabled: boolean; id: string; layerType: LayerType; }; export declare const msgCthEUMETSAT: { service: string; name: string; enabled: boolean; id: string; layerType: LayerType; }; export declare const msgFogEUMETSAT: { service: string; name: string; enabled: boolean; id: string; layerType: LayerType; }; export declare const msgNaturalEUMETSAT: { service: string; name: string; enabled: boolean; id: string; layerType: LayerType; };