import type { TMat3 } from './types'; export declare function arrayToMat3(array: number[]): TMat3 | null; //# sourceMappingURL=array-to-mat3.d.ts.map