import * as pulumi from "@pulumi/pulumi";
/**
 * The AWS IAM external data source allows the AWS IAM external ID to be retrieved.
 */
export declare function getAwsIamExternal(opts?: pulumi.InvokeOptions): Promise<GetAwsIamExternalResult>;
/**
 * A collection of values returned by getAwsIamExternal.
 */
export interface GetAwsIamExternalResult {
    /**
     * The provider-assigned unique ID for this managed resource.
     */
    readonly id: string;
}
/**
 * The AWS IAM external data source allows the AWS IAM external ID to be retrieved.
 */
export declare function getAwsIamExternalOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAwsIamExternalResult>;
