/** * Writes a self-signed cert using openssl to the temporary cert paths returned by getCertificatePaths. */ export declare function createCertificate(options: { domain: undefined | string | string[]; cwd: string; passphrase?: string; }): Promise<{ certFolderPath: string; certPath: string; keyPath: string; }>; //# sourceMappingURL=createCertificate.d.ts.map