import { ILayerServiceOptions } from '..'; export declare class LayerServerOptions implements ILayerServiceOptions { url?: string; tags?: string[]; }