import { InjectionToken } from '@angular/core';
import { Messages } from './interfaces';
export declare const ERROR_MESSAGES_CONFIGURATION: InjectionToken<Messages>;
