export declare class LFZipOutputStream { addNextEntry(name: string, content: string): boolean; close(): void; constructor(fileName: string, applicationName: string); getBytes(): number[]; }