import { ChannelsContextValues } from "./types";
/**
 * Provides access to the channels global provider.
 */
export declare function useChannels(): ChannelsContextValues;
