/** * The type of PS+ service registry that is used to look up broker configuration endpoints and capabilities. Defaults to "platform" if omitted which means PS+ services are looked up directly via the Solace Cloud Platform API. "eventportal" uses the messaging services configured in Event Portal 2.0 which allows addition of self-managed brokers. */ export declare enum ServiceRegistryType { PLATFORM = "platform", EVENTPORTAL = "eventportal" }