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