import type { Matrix } from '../../../maths/matrix/Matrix';
export declare function updateWorldTransform(local: Matrix, parent: Matrix, world: Matrix): void;
