import { Mat3 } from '../math/Mat3'; export declare class GlobalTransform { /** * Matrix in world space */ matrix: Mat3; constructor(matrix?: Mat3); }