declare module 'arrayify-stream' { import { Readable } from 'stream'; function arrayifyStream(input: Readable): Promise; export = arrayifyStream; }