/**
* Pluralize a word based on the count.
*
* @paramword - The word to pluralize.
* @paramcount - The count of the word.
* @returns The pluralized word.
*/exportdeclarefunctionpluralize(word: string, count: number): string;
//# sourceMappingURL=pluralize.d.ts.map