export default function pWaitFor(condition: any, options?: {}): Promise<unknown>;
export { TimeoutError } from './ptimeout';
