import { Matrix3x3 } from '../types/Matrix3x3'; export declare function translationMatrix3(tx: number, ty: number): Matrix3x3;