export declare class InvalidZipFileError extends Error { get name(): string; } export declare class DuplicateZipEntryError extends Error { get name(): string; }