import type { IAMClient } from '@aws-sdk/client-iam';
/**
 * Returns the ARN of the OpenID Connect provider for GitHub of the account.
 */
export declare const ensureGitHubOIDCProvider: ({ iam, }: {
    iam: IAMClient;
}) => Promise<string>;
