import { Response } from '@angular/http';
export declare class HttpResponseParser {
    parse(response: Response | any): any;
}
