import type { TMat3 } from './types'; export declare function arrayToMat3(array: number[]): TMat3 | null;