/** @internal */ export declare function projectionMatrix(params: Float32Array, screenWidth: number, screenHeight: number, near?: number, far?: number): Float32Array; /** @internal */ export declare function cameraRotationForScreenOrientation(isUserFacing: boolean): number;