export declare enum CompressionMethod { Raw = 0, RLE = 1, ZipWithoutPrediction = 2, ZipWithPrediction = 3 } //# sourceMappingURL=CompressionMethod.d.ts.map