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