import { IWatchExpressionFn, IWatchCallback, IWatchOptions } from '@goldfishjs/reactive'; export default function useWatch(): (fn: IWatchExpressionFn, cb: IWatchCallback, options?: IWatchOptions | undefined) => import("@goldfishjs/reactive").Unwatch;