import * as FundingProvider from '../../internal/funding/Provider.js'; import type * as Log from '../../internal/Log.js'; /** Formats one provider attempt for the canonical request log. */ export declare function format(attempt: FundingProvider.ProviderAttempt): Log.FundingProviderAttempt; //# sourceMappingURL=ProviderAttempts.d.ts.map