export declare class Context3DStencilAction extends Object {
    static KEEP: string;
    static ZERO: string;
    static INCREMENT_SATURATE: string;
    static DECREMENT_SATURATE: string;
    static INVERT: string;
    static INCREMENT_WRAP: string;
    static DECREMENT_WRAP: string;
    static SET: string;
    constructor();
}
