export declare const HttpClient: (url: string, opts: any) => Promise<any>;
