import { IUpdateParams, ICurrentUser } from './index';
declare function fetchCurrentUserUpdate(params?: IUpdateParams): Promise<ICurrentUser>;
export default fetchCurrentUserUpdate;
