import { WatchDebouncedOptions } from '@vueuse/core'; /** * Automatically executes API calls when reactive dependencies change. */ export declare function apiWatch Promise>(exec: Exec, watcher: () => Parameters | undefined, options?: WatchDebouncedOptions): void; //# sourceMappingURL=apiWatch.d.ts.map