import { HMSMessage } from '@100mslive/hms-video-store'; export declare const makeFakeMessage: (msg: string, sender: string) => HMSMessage; export declare const fakeMessages: HMSMessage[]; export declare const fakeMessage: HMSMessage;