import OgcApiFeaturesClient, { OgcApiFeaturesClientOptions } from './ogcapifeaturesclient';
import { HttpMethod } from './ogcapiclient';
export default class OgcApiFeaturesClientGeorama extends OgcApiFeaturesClient {
    constructor(options: OgcApiFeaturesClientOptions);
    protected getFetchOptions(method?: HttpMethod): RequestInit;
}
