import type { Mat } from "./api.js";
export declare const mat22n: (out: Mat | null, n: number) => import("@thi.ng/vectors").Vec;
export declare const mat23n: (out: Mat | null, n: number) => import("@thi.ng/vectors").Vec;
export declare const mat33n: (out: Mat | null, n: number) => import("@thi.ng/vectors").Vec;
export declare const mat44n: (out: Mat | null, n: number) => import("@thi.ng/vectors").Vec;
//# sourceMappingURL=matn.d.ts.map