import { AbstractMesh } from "@babylonjs/core/Meshes/abstractMesh"; /** * Parses and loads the physics aggregate data for the given mesh. * @param mesh defines the reference to the mesh object. */ export declare function configurePhysicsAggregate(transformNode: AbstractMesh): void;