import { AjaxResponse } from 'rxjs/observable/dom/AjaxObservable'; import { ICloudResponseDebug } from '../../interfaces/common/icloud-response-debug.interface'; export declare class CloudResponseDebug implements ICloudResponseDebug { rawResponse: AjaxResponse | any; constructor(rawResponse: AjaxResponse | any); }