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