/// import { Readable } from 'stream'; declare const getBuffer: (stream: Readable) => Promise; export default getBuffer;