import * as plugins from './smartacme.plugins'; export class CertRemoteClient { constructor(optionsArg: { remoteUrl: string; secret: string; }) { } }