import { Http as coreHttp } from '@akala/core'; export interface Http extends coreHttp { getXML(url: string): PromiseLike; }