import type { UserProfileRespVO, UserProfileUpdateReqVO, UserProfileUpdateRespVO, UpdateAvatarReqVO, UpdateAvatarRespVO, AuthChannelsRespVO, ChangePasswordReqVO, ChangePasswordRespVO, FetchUserTokenRespVO } from '../../types'; export declare function getUserProfile(): Promise; export declare function updateUserProfile(data: UserProfileUpdateReqVO): Promise; export declare function updateUserAvatar(data: UpdateAvatarReqVO): Promise; export declare function getUserAuthChannels(): Promise; export declare function changeUserPassword(data: ChangePasswordReqVO): Promise; export declare function fetchEntityUserToken(appId: string, entityId: string): Promise; //# sourceMappingURL=profile.d.ts.map