import { IStreamAndLength, IZip, Zip } from "./zip"; export declare class Zip2 extends Zip { readonly filePath: string; readonly zip: any; static loadPromise(filePath: string): Promise; private static loadPromiseHTTP; private entries; private constructor(); freeDestroy(): void; entriesCount(): number; hasEntries(): boolean; hasEntry(entryPath: string): boolean; getEntries(): Promise; entryStreamPromise(entryPath: string): Promise; private addEntry; }