import { CurrencyPipe, DatePipe } from '@angular/common'; export declare class DictionaryService { datePipe: DatePipe; currencyPipe: CurrencyPipe; constructor(); dictionary: any; mapValue(key: string, value: any): string | null; formatString(mask: string, value: string): string; }