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