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