import { Readable } from 'node:stream'; export type FileType = string | Buffer | Readable;