export declare const ServiceNames: {
    readonly USER_SERVICE: "user-service";
    readonly HRM_SERVICE: "hrm-service";
    readonly FILE_NOTIFICATION_SERVICE: "file-notification-service";
    readonly PAYMENT_SERVICE: "payment-service";
    readonly TRANSPORT_SERVICE: "transport-service";
    readonly AGGREGATOR_SERVICE: "aggregator-service";
    readonly GATEWAY_SERVICE: "gateway-service";
};
export type ServiceName = typeof ServiceNames[keyof typeof ServiceNames];
//# sourceMappingURL=index.d.ts.map