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