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