import { IHttpHelper, IStringHelper } from '../application/index'; export declare class HttpHelper implements IHttpHelper { private readonly str; constructor(str: IStringHelper); get(uri: any): Promise; decode(source: string): string; urlJoin(source: string, path: string): string; } //# sourceMappingURL=http.d.ts.map