import { AxiosError } from "axios";
export declare const DEFAULT_RETRIES = 2;
export declare function isRetryableAuthsignalError(error: AxiosError): boolean;
