/// import { Readable } from 'stream'; export declare const convert: (stream: Blob | ReadableStream | Readable) => Promise;