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