import type { FlowSource } from "./index";
export declare const toStream: {
    <T>(src: FlowSource<T>): ReadableStream<T>;
};
