import { type IExportedChannel } from './IExportedChannel.js';
export declare class Channel {
    name: string;
    prevId: string | null;
    constructor(name: string, prevId?: string | null);
    export(): IExportedChannel;
}
//# sourceMappingURL=Channel.d.ts.map