import { LayerType } from '@opengeoweb/webmap'; /** * Base URL of the adaguc-service where all profiles are configured */ export declare const profileAdagucServiceBaseUrl = "https://geoservices.knmi.nl"; /** The station layer with overview of profile datasets */ export declare const profileStationLayer: { service: string; name: string; style: string; layerType: LayerType; }; export declare const profileDataLayer: { service: string; name: string; format: string; enabled: boolean; layerType: LayerType; };