import { HMSPeer, HMSPeerID, HMSRoom, HMSStore } from '../schema'; export declare const selectPeersMap: (store: HMSStore) => Record; export declare const selectLocalMediaSettings: (store: HMSStore) => import("../schema").HMSMediaSettings; export declare const selectMaxTilesCount: import("reselect").OutputSelector number | undefined>; export declare const selectIsConnectedToRoom: import("reselect").OutputSelector boolean | undefined>; export declare const selectPeers: import("reselect").OutputSelector) => HMSPeer[]>; export declare const selectLocalPeer: import("reselect").OutputSelector HMSPeer>; export declare const selectLocalPeerID: import("reselect").OutputSelector string>; export declare const selectRemotePeers: import("reselect").OutputSelector HMSPeer[]>; export declare const selectDominantSpeakerName: import("reselect").OutputSelector, res2: Record) => string | null>; export declare const selectPeerByID: import("reselect").OutputParametricSelector, res2: string | undefined) => HMSPeer | null>; export declare const selectPeerNameByID: import("reselect").OutputParametricSelector string | undefined>; export declare const selectPeerAudioByID: import("reselect").OutputParametricSelector number>;