import type { UseDataChannelResult } from "../types/public";
/**
 * Hook for data channel operations - publish and subscribe to data.
 *
 * @category Connection
 * @group Hooks
 */
export declare function useDataChannel(): UseDataChannelResult;
//# sourceMappingURL=useDataChannel.d.ts.map