export declare class MessageEditDTO { title: string; content: string; commentsEnabled: boolean; teams: Array; }