import { RetryOptions } from "@atomist/automation-client/lib/util/retry";
/**
 * Extract Kubernetes errors for doWithRetry.
 */
export declare function logRetry<T>(f: () => Promise<T>, desc: string, options?: RetryOptions): Promise<T>;
//# sourceMappingURL=retry.d.ts.map