import { AxiosResponse } from 'axios';
import { getAuthTokens } from './tokens';
declare const authenticatedCall: (userId: string, providerLabel: string, callParameters: any) => Promise<AxiosResponse>;
export { authenticatedCall, getAuthTokens };
//# sourceMappingURL=authenticatedCall.d.ts.map