export declare class NameGenerator { static singuralPlural(name: string): { singular: string; plural: string; }; }