/** * Pluralize a word. * * @type {Function} */ export declare const plural: (word: any) => any; //# sourceMappingURL=pluralize.d.ts.map