export declare enum CompressionType { ZLIB = "ZLIB", LZ4 = "LZ4", NONE = "NONE" }