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