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