import { mat4, readonly_mat4 } from './mat4.type.js'; export declare function mat4_multiply(out: mat4, a: readonly_mat4, b: readonly_mat4): mat4;