import { Wrappable } from '../../types/iterable'; declare function isEmpty(iterable: Wrappable): boolean; export { isEmpty };