import { Wrappable } from '../../types/iterable'; declare function takeLastOr(whenEmpty: E, iterable: Wrappable): T | E; export { takeLastOr };