/// import { Stream } from "stream"; import { ReadStream } from "fs"; export declare type InputFile = Stream | Buffer | ReadStream; export {};