import { IteratorStream } from "../iterator-stream"; declare global { interface IteratorObject { stream(): IteratorStream; toAsync(): AsyncGenerator; } }