/** * Define types names of invesify library. * * TxQueuePoint - use as binding to create the class TxQueuePoint. * TxRoutePoint - use as binding to create the class TxRoutePoint. * TxConnector - use as binding between the interface TxConnector and the real implement connection class (queue, express etc). * * @type {{TxQueuePoint: symbol; TxRoutePoint: symbol; TxConnector: symbol; TxServiceName: symbol; TxPointName: symbol}} */ declare const TxTYPES: { TxQueuePoint: symbol; TxRoutePoint: symbol; TxConnector: symbol; TxServiceName: symbol; TxPointName: symbol; }; export { TxTYPES };