/** * @template T * @overload * @param { WatcherSource } source * @param { Omit } [options] * * @returns { WaitForMethods } */ export function waitFor(source: WatcherSource, options?: Omit | undefined): WaitForMethods; import type { WatcherSource } from '#reactivity'; import type { WatchUntilOptions } from '#reactivity'; import type { WaitForMethods } from '#reactivity'; //# sourceMappingURL=waitFor.d.ts.map