import type { HttpClient } from '../../../../../../adapters/http/index.js'; import type { HttpResponse } from '../../../../../../application/index.js'; import type { RefreshTokenRequest, TrainingPeaksTokenResponse } from './token.types.js'; export declare const getAuthToken: (httpClient: HttpClient, cookies: string[]) => Promise>; export declare const refreshAuthToken: (httpClient: HttpClient, refreshTokenRequest: RefreshTokenRequest) => Promise>; //# sourceMappingURL=token.api.d.ts.map