/** * @description 未知消息 */ import { InMsg } from './InMsg'; export declare class InNotDefinedMsg extends InMsg { constructor(toUserName: string, fromUserName: string, createTime: number, msgType: string); }