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