import esriError from '@arcgis/core/core/Error';
export declare class ErrorHandler {
    static handleError(rawError: esriError): void;
}
