import { SLACK_CHANNEL_CHANNEL_TYPE, SLACK_USER_CHANNEL_TYPE } from '../constants';
import { ISlackChannelChannel } from './ISlackChannelChannel';
import { ISlackUserChannel } from './ISlackUserChannel';
export declare type TSlackUserChannelType = typeof SLACK_USER_CHANNEL_TYPE;
export declare type TSlackChannelChannelType = typeof SLACK_CHANNEL_CHANNEL_TYPE;
export declare type TSlackChannelType = TSlackUserChannelType | TSlackChannelChannelType;
export declare type TSlackChannel = ISlackUserChannel | ISlackChannelChannel;
//# sourceMappingURL=TSlackChannel.d.ts.map