/** * Channel container types. * @public */ export declare enum ChannelContainerType { Texture = 0, SpotColor = 1 }