import { MessageOriginChat } from '../types'; import { Chat } from '../types'; export declare class MessageOriginChatBase implements MessageOriginChat { type: string; date: number; sender_chat: Chat; author_signature: string; }