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