export declare const PLURAL_CATEGORIES: string[];
export type PluralGroups = Map<string, Map<string, string>>;
export declare function groupPluralEntries(entries: Map<string, string>): PluralGroups;
