declare const pluralize: (count: number, ...words: Array) => string; export { pluralize as default, pluralize };