/** * Extracts the legend url from the service capabilities. **/ export declare function getLegendUrl(capabilities: Record, layerName: string): string | undefined;