/** * Enum for the types of hit test that can be performed. * Note: currently only supports plane. */ export declare enum TrackableType { /** Tracked plane. */ Plane = 1, /** All tracked objects. */ All = 1 }