declare const _default: {
    apiGatewayRestApi: string[];
    route53HostedZone: string[];
    emrCluster: string[];
    ecsService: string[];
    iamInstanceProfile: string[];
    apiGatewayDomainName: string[];
};
/**
 * Set relations between services to data sharing
 * The key of the object represents the parent or base service,
 * it might contain a array of dependant or childs that must be executed after the parent
 */
export default _default;
