import { AwsIamRole } from '../../types/generated';
import { RawAwsInstanceProfile } from './data';
declare const _default: ({ service: rawData, account, }: {
    service: RawAwsInstanceProfile;
    account: string;
    region: string;
}) => AwsIamRole;
/**
 * IAM Instance Profile
 */
export default _default;
