export interface HttpClientResponse {
    getData(): any;
    getUnderlying(): any;
}
