/**
* Check if m * m^T is close to the identity matrix.
* @param {number[]} m
* @param {number} [tolerance]
* @returns {boolean}
*/exportfunctionm2_is_orthogonal(m: number[], tolerance?: number): boolean;
//# sourceMappingURL=m2_is_orthogonal.d.ts.map