export declare enum CompressionType {
    LZW = "LZW",
    CCITT4 = "CCITT4",
    CCITT3 = "CCITT3",
    RLE = "RLE",
    None = "None"
}
