import { Matrix4 } from './Matrix4'; export declare function Mat4Frustum(left: number, right: number, bottom: number, top: number, near: number, far: number, out?: Matrix4): Matrix4; //# sourceMappingURL=Mat4Frustum.d.ts.map