/// import { Readable } from "stream"; export default function stringToStream(str: string, encoding?: string): Readable;