export declare class ZipStream { constructor(entryOpenTag?: string, entryCloseTag?: string, docCloseTag?: string); close(): void; getNextEntry(): string; importZipFromNist(url?: string): void; } //# sourceMappingURL=ZipStream.d.ts.map