/**
* @Method: Returns the plural form of any noun.
* @Param {string}
* @Return {string}
*/
export declare function getPlural(str: any): string;
