export declare function getChannelInfoByChannelId(account: any, channel_id: string): Promise; export interface TuiTuiChannelPostTag { tag_id: string; name?: string; } export declare function getChannelPostTags(account: any, channel_id: string): Promise; export declare function teams_get_announcement(account: any, id: any, id_is_session?: boolean): Promise; export declare function teams_get_members(account: any, team_id: string): Promise; export declare function teams_get_members_text(account: any, team_id: string): Promise;