/**
 * Convert a stream to a blob
 */
export declare function streamToBlob(stream: NodeJS.ReadableStream, mimeType: string): Promise<Blob>;
