import { InEventMsg } from './InEventMsg'; export declare class InFollowEvent extends InEventMsg { static EVENT_INFOLLOW_SUBSCRIBE: string; static EVENT_INFOLLOW_UNSUBSCRIBE: string; constructor(toUserName: string, fromUserName: string, createTime: number, event: string); }