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