import { ServiceConnection } from '@cloudgraph/sdk';
import { RawAwsInstanceProfile } from './data';
declare const _default: ({ service: instanceProfile, data, }: {
    data: {
        name: string;
        data: {
            [property: string]: any[];
        };
    }[];
    service: RawAwsInstanceProfile;
    account: string;
    region: string;
}) => {
    [key: string]: ServiceConnection[];
};
/**
 * IAM Instance Profiles
 */
export default _default;
