export interface InterpolatorService { interpolate(original: string): string; }