import { AutoScalingGroup, LaunchConfiguration, TagDescriptionList } from 'aws-sdk/clients/autoscaling';
import { ServiceConnection } from '@cloudgraph/sdk';
declare const _default: ({ service: asg, data, region, }: {
    data: {
        name: string;
        data: {
            [property: string]: any[];
        };
    }[];
    service: AutoScalingGroup & {
        region: string;
        Tags?: TagDescriptionList;
        LaunchConfiguration?: LaunchConfiguration;
    };
    region: string;
}) => {
    [key: string]: ServiceConnection[];
};
/**
 * ASG
 */
export default _default;
