/** * Trigger shape. */ export declare enum TriggerShape { Cube = "cube", Sphere = "sphere", Plane = "plane", Point = "point" }