import { TranslateService } from '../../translate/public-api';
import { ErrorMapperInterface } from './types';
import * as i0 from "@angular/core";
export declare class DefaultErrorsMapperService implements ErrorMapperInterface {
    private readonly translate;
    constructor(translate: TranslateService);
    map(key: string, error: any): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<DefaultErrorsMapperService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<DefaultErrorsMapperService>;
}
