import type { CreateComputedOptions } from '@angular/core'; /** * @deprecated Use `linkedSignal`. * @since v4 */ export declare function extendedComputed(computedCallback: (currentValue: TValue) => TValue, options?: CreateComputedOptions): import("@angular/core").Signal;