/** * This is the base minimal information and operation needed to have something * that is located in world space. */ export declare abstract class WorldNode { }