import { mat2, readonly_mat2 } from './mat2.type.js'; /** * Copy the values from one mat2 to another. */ export declare function mat2_copy>(out: mat2, a: readonly_mat2): mat2;