import * as plugins from './smartacme.plugins'; export class SslCertificate { privateKey: string; publicKey: string; csr: string; }