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