import { IStreamAndLength, IZip, Zip } from "./zip"; export declare class ZipExplodedHTTP extends Zip { readonly urlStr: string; static loadPromise(urlStr: string): Promise; private constructor(); freeDestroy(): void; entriesCount(): number; hasEntries(): boolean; hasEntry(_entryPath: string): boolean; hasEntryAsync(entryPath: string): Promise; getEntries(): Promise; entryStreamPromise(entryPath: string): Promise; }