export declare const CHANNEL_MESSAGE_CAPABILITIES: readonly ["presentation", "delivery-pin"]; export type ChannelMessageCapability = (typeof CHANNEL_MESSAGE_CAPABILITIES)[number];