import type { WaitForOptions } from './wait-for'; export default function waitForElementToBeRemoved(expectation: () => T, options?: WaitForOptions): Promise;