import { mat3, readonly_mat3 } from './mat3.type.js'; export declare function mat3_multiply(out: mat3, a: readonly_mat3, b: readonly_mat3): mat3;