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