import { Wrappable } from '../../types/iterable'; declare function takeLast(iterable: Wrappable): T | undefined; export { takeLast };