import type { AgoraObservable } from '../../../imports'; import { AgoraRtcChannelClient } from '../../rtc/channel'; import { AgoraRteSceneObserver } from '../type'; export declare const relayRtcChannelEvents: (rtcChannelClient: AgoraRtcChannelClient, observable: AgoraObservable) => void;