import { mat4 } from './mat4.type.js'; export declare function mat4_to_dom_matrix(a: mat4): DOMMatrix;