import type Stream from 'stream' import type { Blob } from 'buffer' export type FileContent = Stream | Buffer | Blob