import type { SdkStore } from '../../lib/Sendbird/types'; export declare const isBroadcastChannelEnabled: (sdk: SdkStore['sdk']) => boolean; export declare const isSuperGroupChannelEnabled: (sdk: SdkStore['sdk']) => boolean;