import { APIErrorResponse } from '../serviceHelpers/APIErrorResponse';
import { UserProfile } from './userProfile';
export declare function uploadAvatar(inputField: HTMLInputElement | string): Promise<UserProfile | APIErrorResponse>;
export declare function deleteAvatar(): Promise<UserProfile | APIErrorResponse>;
