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