import type { ChannelStateContextValue } from '../../../context/ChannelStateContext';
export declare const useCreateChannelStateContext: (value: Omit<ChannelStateContextValue, 'channelCapabilities'> & {
    channelCapabilitiesArray: string[];
    skipMessageDataMemoization?: boolean;
}) => ChannelStateContextValue;
