export declare class GlideZipOutputStream { close(): void; closeEntry(): void; constructor(fileName: string); getAttachmentSysID(): string; putNextEntry(name: string): boolean; write(content: string): void; }