import { WatchOptions } from 'vue'; export default function watchOnce(source: T, callback: (args: T) => any, options?: WatchOptions): void;