/** * @description These rules translate from the plural form of a noun to its singular form. * @private */ export declare const singular_rules: [RegExp, string?][]; export default singular_rules;