/** * Decorator registers a new naming strategy to be used in naming things. */ export declare function NamingStrategy(name?: string): Function;