import { math } from '@galacean/effects'; export declare const Vector2: typeof math.Vector2, Vector3: typeof math.Vector3, Vector4: typeof math.Vector4, Matrix3: typeof math.Matrix3, Matrix4: typeof math.Matrix4, Color: typeof math.Color, Euler: typeof math.Euler, EulerOrder: typeof math.EulerOrder, Quaternion: typeof math.Quaternion, Box3: typeof math.Box3, Sphere: typeof math.Sphere, Ray: typeof math.Ray, DEG2RAD: number; export type Ray = math.Ray; export type Euler = math.Euler; export type Vector2 = math.Vector2; export type Vector3 = math.Vector3; export type Vector4 = math.Vector4; export type Matrix3 = math.Matrix3; export type Matrix4 = math.Matrix4; export type Color = math.Color; export type Quaternion = math.Quaternion;