export declare class MenuMsg { private id; private content; constructor(id: string, content: string); get getId(): string; set setId(id: string); get getContent(): string; set setContent(content: string); }