export abstract class HttpClient { public abstract get(url: string): Promise }