export declare const INTERNAL_MESSAGE_CHANNEL: "webchat";
export type InternalMessageChannel = typeof INTERNAL_MESSAGE_CHANNEL;
