import { SentinelHubWms } from "./WMS";
import { SentinelHubWfs } from "./WFS";
export declare let _SafeFetch: any;
export declare type ArgumentTypes<F extends Function> = F extends (...args: infer A) => any ? A : never;
export declare namespace SentinelHub {
    const WMS: typeof SentinelHubWms;
    const WFS: typeof SentinelHubWfs;
}
