import { FormMessageService } from '../../form-message.service'; import { Exception, IExceptionStrategy } from '../types'; export declare class ExceptionStrategyFactory { static create(exception: Exception, messagerService: FormMessageService): IExceptionStrategy; private static isServerException; private static isUnauthorizedException; private static getExceptionHandleStrategy; }