import type { HttpsConfig } from '@ms-cloudpack/common-types'; export declare function getCertificate(options: { domain?: string | string[]; passphrase?: string; cwd: string; }): Promise; //# sourceMappingURL=getCertificate.d.ts.map