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