import { GMFServerOgc } from './gmf';
export default class ServerOgc {
    name: string;
    url: string;
    wfsSupport: boolean;
    urlWfs?: string;
    type: string;
    imageType: string;
    constructor(name: string, elem: GMFServerOgc);
    get uniqueWmsQueryId(): string;
}
