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