DOMMatrix: {
    prototype: DOMMatrix;
    fromFloat32Array(array32: Float32Array<ArrayBufferLike>): DOMMatrix;
    fromFloat64Array(array64: Float64Array<ArrayBufferLike>): DOMMatrix;
    fromMatrix(other?: DOMMatrixInit): DOMMatrix;
    new (init?: string | number[]): DOMMatrix;
}