/** * Authorization state of other contacts. */ export declare enum AuthorizationState { /** * The other contact sent an invite to the current user that the current user hasn't accepted yet. */ PendingIncoming = 0, }