import { AjaxResponse } from 'rxjs/observable/dom/AjaxObservable'; export declare class BaseResponse { data: JSON; response: AjaxResponse | any; constructor(data: JSON, response: AjaxResponse | any); }