import { TextableChannel } from 'eris';
export declare function IsTextableChannel(channel: unknown): channel is TextableChannel;
