export declare type TCallerUserInfoValue = { callerUserInfo: { avatar?: string; userId?: string; }; }; export declare const callerUserInfoValue: TCallerUserInfoValue; export declare const CallerUserInfoContextKey = "CallerUserInfoContextKey";