export interface Normalizer { normalize(name: string): string; }