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