/** * Channel number * * @group CTA-608 * @beta */ export type Channels = 0 | 1 | 2; //# sourceMappingURL=Channels.d.ts.map