/** * Takes an input string and cleans it up to become suitable as an entity name. * * @public */ export declare function normalizeEntityName(name: string): string;