import { ISignal } from "../internals"; export declare function useComputed(computeFn: (() => T) | ISignal): T;