import { Entity, ServiceConnection } from '@cloudgraph/sdk';
declare const _default: ({ service, data, }: {
    service: {
        id: string;
        regions: string[];
    };
    data: Entity[];
}) => {
    [property: string]: ServiceConnection[];
};
export default _default;
