import { WaitForOptions } from '../twd-types'; export declare const waitFor: (callback: () => T | Promise, options?: WaitForOptions) => Promise;