// Rendering settings:
// - Signature version: 2
// - Show manifest properties: false
// - Show declarations: true

// Library unique name: <main>
final object /Retry { // /Retry|null[0]
    final fun <#A1: kotlin/Any?> withExponentialBackoff(kotlin/Function0<#A1>): /Retry.Builder<#A1> // /Retry.withExponentialBackoff|withExponentialBackoff(kotlin.Function0<0:0>){0§<kotlin.Any?>}[0]
    final class <#A1: kotlin/Any?> Builder { // /Retry.Builder|null[0]
        constructor <init>(kotlin.coroutines/SuspendFunction0<#A1>) // /Retry.Builder.<init>|<init>(kotlin.coroutines.SuspendFunction0<1:0>){}[0]
    }
}
