/**
 * 2x2 Identity matrix
 * @type {Readonly<number[]>}
 */
export const M2_IDENTITY: Readonly<number[]>;
//# sourceMappingURL=M2_IDENTITY.d.ts.map