export default class NotificationMessageContent extends MessageContent {
    constructor(type: any);
    fromSelf: boolean;
    formatNotification(message: any): string;
}
import MessageContent from "../messageContent";
