import type { SslCert } from '../types';
export declare function getSSLCert(ssl?: SslCert): Promise<null | SslCert>;
//# sourceMappingURL=get-ssl-cert.d.ts.map