import { IterableX } from '../../iterable/iterablex'; /** * @ignore */ export declare function isEmptyProto(this: IterableX): boolean; declare module '../../iterable/iterablex' { interface IterableX { isEmpty: typeof isEmptyProto; } }