import { MessageNotification, PeerListNotification, PeerNotification, SpeakerList } from './HMSNotifications'; export declare const FAKE_PEER_ID = "peer_id_1"; export declare const fakePeer: PeerNotification; export declare const fakePeerList: PeerListNotification; export declare const fakeReconnectPeerList: PeerListNotification; export declare const fakeSpeakerList: SpeakerList; export declare const fakeMessage: MessageNotification;