import { GMFServerOgc } from './gmf.js'; export default class ServerOgc { name: string; url: string; wfsSupport: boolean; urlWfs?: string; oapifSupport: boolean; urlOapif?: string; type: 'mapserver' | 'qgisserver' | 'georama' | 'geoserver' | 'arcgis' | 'other'; imageType: string; aliases: Record; constructor(name: string, elem: GMFServerOgc); private getAliasKey; private initializeAliases; getAlias(table: string, column: string): string; get uniqueWmsQueryId(): string; }