export declare class Context3DTextureFormat extends Object {
    static BGRA: string;
    static RGBA_HALF_FLOAT: string;
    static COMPRESSED: string;
    static COMPRESSED_ALPHA: string;
    static BGR_PACKED: string;
    static BGRA_PACKED: string;
    constructor();
}
