/*! * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. */ import { mat4 } from "gl-matrix"; export declare class MatrixHelper { static fieldOfViewFromProjectionMatrix(p: mat4): number; }