/** * This function sets the user attributes for current user. * * @param userId: The user ID of the logged in user. * @param attributes: The attributes which need to be changed, strigified. */ export declare function setUserAttributes(userId: string, attributes: string): Promise;