import type { Matrix3, Matrix4 } from '../../../../math'; /** * An optimized version of the mat3.normalFromMat4 * @param out - target * @param a - the mat4 to extract normals matrix from */ export declare function fastNormalFromMatrix(out: Matrix3, mat: Matrix4): Matrix3; //# sourceMappingURL=fastNormalFromMatrix.d.ts.map