interface ChannelId { proto: string; port: number; path: string; uid: number; gid: number; } export default ChannelId;