import { ILayerServiceOptions } from '..'; export declare class LayerServerServiceOptions implements ILayerServiceOptions { url?: string; tags?: string[]; activeLayers?: string[]; openFeatureDetails?: boolean; }