import {waitForOptions} from './wait-for' export function waitForElementToBeRemoved( callback: T | (() => T), options?: waitForOptions, ): Promise