import { AsyncWrappable } from '../../types/async-iterable'; declare function asyncFirstOr(whenEmpty: E, iterable: AsyncWrappable): Promise; export { asyncFirstOr };