import { HttpClientResponse } from '@actions/http-client'; export declare function retry(name: string, operation: () => Promise, customErrorMessages: Map, maxAttempts: number): Promise; export declare function retryHttpClientRequest(name: string, method: () => Promise, customErrorMessages?: Map, maxAttempts?: number): Promise;