export declare class GlideZipInputStream { constructor(zipPath: string, destinationDir: string); extractAll(): boolean; getExtractDir(): string; }