export declare const pluralFrom: (count: number, wordForms: string[], need_count?: boolean, need_cases?: boolean) => string;