import { Snapshot, TagList } from 'aws-sdk/clients/ec2';
import { ServiceConnection } from '@cloudgraph/sdk';
declare const _default: ({ service: snapshot, data, region, account, }: {
    account: string;
    data: {
        name: string;
        data: {
            [property: string]: any[];
        };
    }[];
    service: Snapshot & {
        region: string;
        Tags?: TagList;
    };
    region: string;
}) => {
    [key: string]: ServiceConnection[];
};
/**
 * EBS Snapshot
 */
export default _default;
