export declare class GlideZipOutputStream { constructor(fileName: string); close(): void; closeEntry(): void; getAttachmentSysID(): string; putNextEntry(name: string): boolean; write(content: string): void; } //# sourceMappingURL=GlideZipOutputStream.d.ts.map