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