/// <reference types="node" />
import { Readable } from 'stream';
export default function bufferToStream(buf: Buffer): Readable;
