A reference to an Angular output.
interface OutputRef<T> { subscribe(callback: (value: T) => void): OutputRefSubscription;}