import { Readable as ReadableStream } from 'stream' export type RawCSVData = string | Buffer | ReadableStream