/** * The exception that is thrown when a request with an invalid certificate was made * to a server. */ export interface IInvalidCertificateException { } //# sourceMappingURL=invalid_certificate_exception.d.ts.map