import { IWebClient } from "./webclient"; import { IWebClientOptions } from "./webclient-options"; export declare class WebClientFetch implements IWebClient { request(options: IWebClientOptions): Promise; requestJSON(options: IWebClientOptions): Promise; }