export declare class ZipConfig { /** * Zip library path */ url?: string; /** * Defines which zip optional utils should get loaded */ utils?: string[]; }