import { Type } from '@angular/core';
export declare function l10nError(type: Type<any> | any, value: string): Error;
