import type { HashlineStreamOptions } from "./types"; export declare function streamHashLinesFromUtf8(source: ReadableStream | AsyncIterable, options?: HashlineStreamOptions): AsyncGenerator;