import { AttachmentObject, ChatObject, MessageObject, PersonObject } from '../../interfaces'; export declare const adam: PersonObject; export declare const bob: PersonObject; export declare const cam: PersonObject; export declare const imageAttachment: AttachmentObject; export declare const fileAttachment: AttachmentObject; export declare const imageAttachment2: AttachmentObject; export declare const message1001: MessageObject; export declare const messageByBob1002: MessageObject; export declare const messageTwoByBob1003: MessageObject; export declare const messagePlusAttachments1004: MessageObject; export declare const onePersonChat: ChatObject; export declare const chatWithReads: ChatObject; export declare const threePersonChat: ChatObject; export declare const directMessageChat: ChatObject; export declare const messages: MessageObject[]; export declare const chats: ChatObject[];