import { Matrix3x3 } from '../types/Matrix3x3'; export declare function matrix3Compose(m1: Matrix3x3, m2: Matrix3x3): Matrix3x3;