export declare class CONST3D2D {
    static BYTES_PE: number;
    static BYTES_PIDX: number;
    static defaultMatrix4: any[];
    static defaultMinusYMatrix4: any[];
    static uniformMatrix3: any[];
    static _TMPARRAY: any[];
    static _OFFSETX: number;
    static _OFFSETY: number;
}
