import { IMatrix4 } from './IMatrix4'; export declare function GetMat4Determinant(matrix: IMatrix4): number; //# sourceMappingURL=GetMat4Determinant.d.ts.map