import { HMSPeerWithMuteStatus } from '../../store/selectors'; export declare const makeFakeParticipant: (name: string, role?: string) => HMSPeerWithMuteStatus; export declare const fakeParticipants: HMSPeerWithMuteStatus[];