import Stream from './Stream'; export default function receiveToStringStream(onStr: (s: string) => void): Stream;