/** * Pluralizes the given string and count * @param str * @param count */ export declare const pluralize: (str: string, count: number) => string;