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