import { X509Type } from './X509Type'; interface X509 { 'type': X509Type; 'description'?: string; 'additionalProperties'?: Map; } export { X509 };