/** * Модель полезной нагрузки сообщения */ export declare abstract class MessagePayload { from: string; to: string; }