/** @packageDocumentation * @module OrbitGT */ import { ABuffer } from "../buffer/ABuffer"; import { StringMap } from "../collection/StringMap"; import { Downloader } from "./Downloader"; /** * Class DownloaderNode implements a downloader using the Node platform. */ /** @internal */ export declare class DownloaderNode extends Downloader { constructor(); private static joinChunks; private download0; downloadBytes(method: string, requestURL: string, requestHeaders: StringMap, postText: string, postData: ABuffer, responseHeaders: StringMap): Promise; downloadText(method: string, requestURL: string, requestHeaders: StringMap, postText: string, postData: ABuffer, responseHeaders: StringMap): Promise; downloadText2(requestURL: string): Promise; } //# sourceMappingURL=DownloaderNode.d.ts.map