export declare class MessagerChannelEntity {
    channelId: string;
    id: string;
    type: string;
    constructor(data?: Partial<MessagerChannelEntity>);
}
