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