export declare abstract class HttpClient { abstract get(url: string): Promise; } //# sourceMappingURL=http.d.ts.map