import type { RawMatrix4 } from './RawMatrix4'; /** * Generate a 3d scaling matrix by a scalar. */ export declare function mat4ScaleScalar(scalar: number): RawMatrix4;