import { MsgBase, MsgType } from './MsgBase'; export declare class AttachmentMsg extends MsgBase { type: MsgType; msg: string; static createMsg(baseMsg: Partial): AttachmentMsg; }