export interface HttpResponse { data: T; headers: any; size?: number; } //# sourceMappingURL=HttpResponse.d.ts.map