export * from 'steam-family-bot-core';
export interface ChannelInfo {
    uid: string;
    channelId: string;
    selfId: string;
    platform: string;
}
