import type { RawMatrix4 } from './RawMatrix4'; /** * Generate a 3d rotation matrix, rotates around z axis. */ export declare function mat4RotationZ(theta: number): RawMatrix4;