export interface IExportedChannel {
    name: string;
    prevId?: string;
}
//# sourceMappingURL=IExportedChannel.d.ts.map