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