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