/*! * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. */ import { vec3 } from "gl-matrix"; export declare class VectorHelper { static orthonormalBasis(n: vec3, b1: vec3, b2: vec3): void; }