export declare const CHANNEL_MESSAGE_CAPABILITIES: readonly ["interactive", "buttons", "cards", "components", "blocks"];
export type ChannelMessageCapability = (typeof CHANNEL_MESSAGE_CAPABILITIES)[number];
