import { Stream } from '../types/common'; export declare function streamAsyncIterable(stream: ReadableStream, boundary: string): AsyncGenerator;