import { OpLUT } from './OpLUT';
export declare const enum OPPCODES {
    Mat44 = 24
}
export declare class Mapping {
    static lib: Record<OPPCODES, string>;
    static agal2glsllut: Array<OpLUT>;
    constructor(include?: OpLUT);
}
//# sourceMappingURL=Mapping.d.ts.map