import { IUserProfile } from "../bridge/define"; import { UserCenterBrowser } from "../client-library-js"; export declare function updateUserProfile(this: UserCenterBrowser, newProfile: IUserProfile, token?: string): Promise;