import { Vector3 } from "./math/Vector3"; /** * @default Vector3(0,1,0) */ export const WorldUp: Vector3;