import { Service } from '../../services/service'; export declare const ERROR_HELPER_SVC = "ErrorHelperService"; export declare class ErrorHelperInfo { message: string; error: any; } export declare class ErrorHelperService extends Service { static ERROR_CODE_LABELS: Record; static PORTAL_ERROR_CODE_LABELS: Record>; private i18n; static getInstance(): ErrorHelperService; static build(): ErrorHelperService; protected constructor(); getErrorInfo(error: any, context?: string, params?: any): Promise; private getTranslatedErrorMessage; getLocalizedError(errorCode: string, params: any, portal: string): string; private getErrorText; private getTextWithoutIds; private getFeature; private getStatusText; private getBadRequestFieldErrors; private getErrorCodeLabel; } //# sourceMappingURL=errorHelper.service.d.ts.map