/**
 * Identity 4x4 matrix, also called "eye" matrix sometimes.
 * @type {number[]|mat4}
 */
export const M4_IDENTITY: number[] | mat4;
//# sourceMappingURL=M4_IDENTITY.d.ts.map