import { mat4 } from 'gl-matrix';
export declare function getProjectionScaleMatrix(aspectRatio: Array<number>): mat4;
