import { mat4 } from './mat4.type.js'; export declare function mat4_perspective_webgpu(out: mat4, fovy: number, // Vertical field of view in radians aspect: number, // Aspect ratio. typically viewport width/height near: number, // Near bound of the frustum far: number): mat4;