GIF89a php
Current File : /home/viralhoga/game_viralhoga_com/node_modules/gaxios/build/src/retry.d.ts
import { GaxiosError } from './common';
export declare function getRetryConfig(err: GaxiosError): Promise<{
    shouldRetry: boolean;
    config?: undefined;
} | {
    shouldRetry: boolean;
    config: import("./common").GaxiosOptions;
}>;