import { Http } from '../helpers/Http'; import { PrivateUser, PublicUser } from '../types/SpotifyObjects'; export declare class UsersApi { private http; constructor(http: Http); getMe(): Promise; getUser(userId: string): Promise; } //# sourceMappingURL=UsersApi.d.ts.map