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