import type { ParsedCertificate } from '../types/internal'; import type { Certificate } from '../types/public'; export declare function parseCertificate(cert: Certificate): ParsedCertificate; //# sourceMappingURL=certificate.d.ts.map