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