export declare const pluralize: (count: number, word: string, pluralWord?: string) => string;