import { mat2, readonly_mat2 } from './mat2.type.js'; /** * Creates a new mat2 initialized with values from an existing one. */ export declare function mat2_clone>(a: readonly_mat2): mat2;