import { Conversation } from "./Conversation.js"; import { User } from "./User.js"; export declare class Message { constructor(); getBody(): string; getConversation(): Conversation; getField(): string; getSender(): User; getSysID(): string; getType(): string; } //# sourceMappingURL=Message.d.ts.map