/// <reference types="node" />
import { X509Certificate } from 'crypto';
export declare function readCertFromCertStr(cert: string): X509Certificate;
export declare const isValidCert: (cert: X509Certificate) => boolean;
