export declare enum TextureCompressionFormat { Default = "dxt5", DXT5 = "dxt5", PVR = "pvr", ETC1 = "etc1", ATITC = "atitc" }