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