export declare class ZipStream { close(): void constructor(entryOpenTag?: string, entryCloseTag?: string, docCloseTag?: string) getNextEntry(): string importZipFromNist(url?: string): void }