import { mat2 } from './mat2.type.js'; /** * Set the components of a mat2 to the given values. */ export declare function mat2_set>(out: mat2, m00: number, m01: number, m10: number, m11: number): mat2;