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