import { AsyncIterableX } from '../../asynciterable/asynciterablex.js'; /** * @ignore */ export declare function isEmptyProto(this: AsyncIterableX): Promise; declare module '../../asynciterable/asynciterablex' { interface AsyncIterableX { isEmpty: typeof isEmptyProto; } }