export interface DownloadOptions {
    highWaterMark?: number;
}
