export interface PluralProcessor { (value: string[], count: number): string; }