import { InEventMsg } from './InEventMsg'; import { ScanCodeInfo } from './ScanCodeInfo'; export declare class InMenuEvent extends InEventMsg { static EVENT_INMENU_CLICK: string; static EVENT_INMENU_VIEW: string; static EVENT_INMENU_SCANCODE_PUSH: string; static EVENT_INMENU_scancode_waitmsg: string; static EVENT_INMENU_PIC_SYSPHOTO: string; static EVENT_INMENU_PIC_PHOTO_OR_ALBUM: string; static EVENT_INMENU_PIC_WEIXIN: string; static EVENT_INMENU_LOCATION_SELECT: string; static EVENT_INMENU_MEDIA_ID: string; static EVENT_INMENU_VIEW_LIMITED: string; static EVENT_INMENU_VIEW_MINIPROGRAM: string; private eventKey; private scanCodeInfo; constructor(toUserName: string, fromUserName: string, createTime: number, event: string); get getEventKey(): string; set setEventKey(eventKey: string); get getScanCodeInfo(): ScanCodeInfo; set setScanCodeInfo(scanCodeInfo: ScanCodeInfo); }