import type { HttpClient } from '../../../../../../adapters/http/index.js'; import type { HttpResponse } from '../../../../../../application/index.js'; import type { AuthToken } from '../../../../../../domain/index.js'; import type { TrainingPeaksUserResponse } from './user.types.js'; export declare const getUser: (httpClient: HttpClient, authToken: AuthToken) => Promise>; //# sourceMappingURL=user.api.d.ts.map