import { IDisposable } from '../../serializer/disposable'; import { DxDeferred } from '../utils/_jqueryUtils'; export declare const _addErrorPrefix = true; export declare function _processError(errorThrown: string, deferred: DxDeferred, jqXHR: any, textStatus: any, processErrorCallback?: (message: string, jqXHR: any, textStatus: any) => void): void; export declare const _errorProcessor: { handlers: any[]; call: (e: any) => void; }; export declare function processErrorEvent(func: any): IDisposable;