/// import { ObjectInfo } from "./types"; export declare class DownloadResultStruct { download: any; constructor(download: any); read(buffer: Buffer, length: number): Promise; info(): Promise; close(): Promise; }