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