export declare const CHAT_CHANNEL_ORDER: readonly ["telegram", "whatsapp", "discord", "irc", "googlechat", "slack", "signal", "imessage", "line"];
export type ChatChannelId = (typeof CHAT_CHANNEL_ORDER)[number];
export declare const CHANNEL_IDS: readonly ["telegram", "whatsapp", "discord", "irc", "googlechat", "slack", "signal", "imessage", "line"];
