export declare function isRetryableError(error: any): boolean; export declare function isRetryableStatus(status?: number): boolean;