import { HMSPeerWithMuteStatus } from '@100mslive/hms-video-store'; export declare const makeFakeParticipant: (name: string, role?: string) => HMSPeerWithMuteStatus; export declare const fakeParticipants: HMSPeerWithMuteStatus[];