import { type WatchSource } from 'vue'; export declare const usePolling: (watchTarge: WatchSource, callback: Function) => void;