/** * TLS options required to support older PS+ brokers. */ export declare type WebHookTLSOptions = { /** * The Trusted Common Names for the REST Consumer are used by encrypted transports to verify the name in the certificate presented by the remote REST consumer. They must include the common name of the remote REST consumer's server certificate. */ tlsTrustedCommonNames?: Array; };