/**
 * Automatically unsubscribe from the subscription(s) present at this property.
 * The property can be either a single subscription or an array of subscriptions.
 */
export declare function Unsubscribe(): PropertyDecorator;
