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