import { HMSRemotePeer } from '../../sdk/models/peer'; import { IStore } from '../../sdk/store'; import { PeerNotificationInfo } from '../HMSNotifications'; export declare const createRemotePeer: (notifPeer: PeerNotificationInfo, store: IStore) => HMSRemotePeer;