/// <reference types="webdriverio/webdriverio-core" />
import type { WaitForOptions } from '../../types';
export default function waitForExist(this: WebdriverIO.Element, { timeout, interval, reverse, timeoutMsg }?: WaitForOptions): Promise<boolean>;
//# sourceMappingURL=waitForExist.d.ts.map