export declare function getCertificatePaths(options: { domain?: string | string[]; cwd: string; }): { certFolderPath: string; certPath: string; keyPath: string; }; //# sourceMappingURL=getCertificatePaths.d.ts.map