Matrixconst Matrix: {identity: Matrix; scale(sx: number, sy: number): Matrix; translate(tx: number, ty: number): Matrix; rotate(d: number): Matrix; invert(m: Matrix): Matrix; concat(one: Matrix, two: Matrix): Matrix; };