import Stream from './Stream'; export default function receiveToStringList(onDone: (s: string | string[]) => void): Stream;