import { waitForOptions } from "./wait-for"; export function waitForElement(callback: () => T, options?: waitForOptions): Promise;