import { WatchEffect, WatchSource, watch } from 'vue'; export declare function getRawValue(value: unknown): unknown; export declare function uniqueValueWatcher(...[source, callback, options]: Parameters): ReturnType; export declare function getValidWatchSource(source: unknown): WatchSource | WatchSource[] | WatchEffect | object;