import 'typings-global' /** * class AcmeCert represents a cert for domain */ export class AcmeCert { fullchain: string }