import type { Matrix3x3 } from './matrix3x3.ts'; export declare const Matrix3x3TypeId: unique symbol; export type Matrix3x3TypeId = typeof Matrix3x3TypeId; export type { Matrix3x3 };