import { FailedAttemptError, Options } from "./types"; export declare const isNetworkError: (errorMessage: string) => boolean; export declare const decorateErrorWithCounts: (error: FailedAttemptError, attempt: number, options: Options) => FailedAttemptError;