abstract class NgLocalization { abstract getPluralCategory(value: any, locale?: string | undefined): string;}
string
any
string | undefined