/**
* Use this Decorator to mark a Method that seems unused but is used in the HTML Template.
* @constructor
*/
export declarefunctionUsedInTemplateOnly(_reason?: string): (_target: object, _propertyKey: string, _descriptor: PropertyDescriptor) =>void;