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