import { IWaitUntilOptions } from '../interfaces'; export declare function waitUntil(options?: IWaitUntilOptions): Function;