import { ProxySettings } from "../common/types"; export declare class HttpStore { constructor(); getData(settings: ProxySettings): Promise; }