import { Streaming } from "./streaming";

export class Channel {
    constructor(streaming: Streaming, name: string);
}
