export declare const pluralizeWithCount: (word: string, count: number) => string; export declare const pluralize: (word: string, count: number) => string; export default pluralizeWithCount;