import { IRequestOptions } from "./IRequestOptions.js";
import { IAuthenticationManager } from "./IAuthenticationManager.js";
export type IRetryAuthError = (url: string, options: IRequestOptions) => Promise<IAuthenticationManager>;
