export declare class Context3DProfile extends Object {
    static BASELINE: string;
    static BASELINE_CONSTRAINED: string;
    static BASELINE_EXTENDED: string;
    static STANDARD: string;
    static STANDARD_CONSTRAINED: string;
    static STANDARD_EXTENDED: string;
    constructor();
}
