import { AlertService } from '../libraries/alert/alert.service'; import { MultiLanguageService } from './multi-language.service'; import { IFormatedResponse } from '../interfaces/IFormatedResponse'; import * as i0 from "@angular/core"; export declare class ResponseService { private alertService; private mls; ignoredMessages: string[]; constructor(alertService: AlertService, mls: MultiLanguageService); resolve(body: IFormatedResponse): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }