import { Sink } from "./Sink"; export declare const makeAsyncIterableIteratorFromSink: (make: (sink: Sink) => () => void) => AsyncIterableIterator;