import { APIErrorResponse } from '../../serviceHelpers/APIErrorResponse';
import { UserProfile } from '../userProfile';
export default function getUserProfile(): Promise<UserProfile | APIErrorResponse>;
