import { AxiosInstance } from 'axios';
import { User } from './info';
/** @internal */
export declare const getUser: (url: string, clientID: string, axiosInstance: AxiosInstance) => Promise<User>;
