export interface ServerNotice { displayFlag: number; displayFlagType: "chatLog" | "noDisplay" | "onScreen" | "onScreenAndChatLog"; message: string; } //# sourceMappingURL=ServerNotice.d.ts.map